Revisión 306
Añadido por Manu Mora Gordillo hace alrededor de 13 años
autorename/trunk/debian/autorename-server.postinst | ||
---|---|---|
#!/bin/sh
|
||
# postinst script for controlies
|
||
# postinst script for autorename-server
|
||
#
|
||
# see: dh_installdeb(1)
|
||
|
autorename/trunk/debian/autorename-server.postrm | ||
---|---|---|
#!/bin/sh
|
||
# postrm script for autorename-client
|
||
# postrm script for autorename-server
|
||
#
|
||
|
||
set -e
|
autorename/trunk/debian/autorename-server.prerm | ||
---|---|---|
#!/bin/sh
|
||
# prerm script for autorename-server
|
||
#
|
||
|
||
set -e
|
||
|
||
case "$1" in
|
||
remove|purge)
|
||
/etc/init.d/autorename stop
|
||
;;
|
||
|
||
abort-upgrade|abort-remove|abort-deconfigure)
|
||
;;
|
||
|
||
*)
|
||
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ñadiendo pre remove al paquete servidor