mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
rename conffile
This commit is contained in:
Vendored
+4
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user