Fix transferring maintenance scripts

main
earnest ma 2021-07-27 18:47:30 -04:00
parent 9a5a45a637
commit 58e81b5a5d
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 1 additions and 1 deletions

2
aptpkg
View File

@ -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 -