This commit is contained in:
Dan Quirk 2016-04-02 02:23:21 +00:00 committed by Daniel Quirk
parent 561f856e36
commit a797d93660

View file

@ -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(){