rename conffile

This commit is contained in:
Sébastien Delafond
2024-10-15 14:01:05 +02:00
parent 4fa420699b
commit cfe853e791
4 changed files with 5 additions and 37 deletions
+4 -7
View File
@@ -4,10 +4,10 @@ set -e
case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
# Only remove /var/lib/aptly-api on purge
if [ "${1}" = "purge" ] ; then
rm -rf /var/lib/aptly-api
fi
# only remove /var/lib/aptly-api on purge
if [ "${1}" = "purge" ] ; then
rm -rf /var/lib/aptly-api
fi
;;
*)
@@ -16,9 +16,6 @@ case "$1" in
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0