This commit is contained in:
helixarch 2015-06-04 22:01:24 +03:00
parent 3b4b763605
commit d34b5709c5

2
debtap
View File

@ -3417,7 +3417,7 @@ if [ -e preinst ] || [ -e postinst ] || [ -e prerm ] || [ -e postrm ]; then
fi fi
# Removing metadata of original .deb package and virtual packages list # Removing metadata of original .deb package and virtual packages list
rm -rf control preinst postinst prerm postrm conffiles virtual-packages and virtual rm -rf control preinst postinst prerm postrm conffiles virtual-packages
# Prompting user for editing .PKGINFO and .INSTALL files # Prompting user for editing .PKGINFO and .INSTALL files
if [[ "$1" != "-Q" ]] && [[ "$1" != "--Q" ]] && [[ "$1" != "-Quiet" ]] && [[ "$1" != "--Quiet" ]]; then if [[ "$1" != "-Q" ]] && [[ "$1" != "--Q" ]] && [[ "$1" != "-Quiet" ]] && [[ "$1" != "--Quiet" ]]; then