Fix transferring maintenance scripts
parent
9a5a45a637
commit
58e81b5a5d
2
aptpkg
2
aptpkg
|
@ -89,7 +89,7 @@ build_file(){
|
||||||
gen_control_file "$@"
|
gen_control_file "$@"
|
||||||
|
|
||||||
for maintfile in preinst postinst prerm postrm; do
|
for maintfile in preinst postinst prerm postrm; do
|
||||||
[ -f $maintfile ] && cin-bin $maintfile "$builddir"/debian/
|
[ -f $maintfile ] && cin-bin $maintfile "$builddir"/DEBIAN/$maintfile
|
||||||
done
|
done
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Reference in New Issue