Cleanup
This commit is contained in:
parent
561f856e36
commit
a797d93660
1 changed files with 0 additions and 3 deletions
|
@ -158,7 +158,6 @@ create_empty_debian_layout(){
|
|||
mkdir "$PACKAGE_LAYOUT_DIR/package_root"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/samples"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/docs"
|
||||
mkdir "$PACKAGE_LAYOUT_DIR/DEBIAN"
|
||||
}
|
||||
|
||||
copy_files_to_debian_layout(){
|
||||
|
@ -179,8 +178,6 @@ copy_files_to_debian_layout(){
|
|||
|
||||
# Copy postinstall
|
||||
cp "$PACKAGING_ROOT/postinst" "$PACKAGE_LAYOUT_DIR/$"
|
||||
#cp "$PACKAGING_ROOT/postinst" "PACKAGE_LAYOUT_DIR/package_root"
|
||||
#cp "$PACKAGING_ROOT/postinst" "$PACKAGE_LAYOUT_DIR/DEBIAN/postinst"
|
||||
}
|
||||
|
||||
create_debian_package(){
|
||||
|
|
Loading…
Add table
Reference in a new issue