Revisión 169
Añadido por jredrejo hace alrededor de 14 años
controlies/branches/web2py/debian/postinst | ||
---|---|---|
#!/bin/sh
|
||
# postinst script for ayuntamientos-doc
|
||
# postinst script for controlies
|
||
#
|
||
# see: dh_installdeb(1)
|
||
|
controlies/branches/web2py/debian/postrm | ||
---|---|---|
#!/bin/sh
|
||
# postinst script for controlies
|
||
#
|
||
# see: dh_installdeb(1)
|
||
|
||
set -e
|
||
case "$1" in
|
||
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||
a2dissite controlies-apache
|
||
;;
|
||
|
||
*)
|
||
echo "postrm called with unknown argument \`$1'" >&2
|
||
exit 1
|
||
;;
|
||
esac
|
||
|
||
|
||
# dh_installdeb will replace this with shell code automatically
|
||
# generated by other debhelper scripts.
|
||
|
||
#DEBHELPER#
|
||
|
||
exit 0
|
Exportar a: Unified diff
Añadido postrm para reconfigurar apache al desinstalar controlies