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:
-18
@@ -1,24 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
set -e
|
||||
|
||||
# summary of how this script can be called:
|
||||
# * <new-preinst> `install'
|
||||
# * <new-preinst> `install' <old-version>
|
||||
# * <new-preinst> `upgrade' <old-version>
|
||||
# * <old-preinst> `abort-upgrade' <new-version>
|
||||
# for details, see http://www.debian.org/doc/debian-policy/ or
|
||||
# the debian-policy package
|
||||
|
||||
|
||||
case "$1" in
|
||||
install|upgrade)
|
||||
if [ -f /etc/aptly-api.conf ]; then
|
||||
echo "migrating /etc/aptly-api.conf ..."
|
||||
mv /etc/aptly-api.conf /etc/aptly-api.conf.migrate
|
||||
fi
|
||||
;;
|
||||
|
||||
abort-upgrade)
|
||||
@@ -30,9 +15,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