Revisión 300
Añadido por Manu Mora Gordillo hace alrededor de 13 años
autorename/trunk/debian/autorename-client.postrm | ||
---|---|---|
#!/bin/sh
|
||
# postrm script for autorename-client
|
||
#
|
||
# see: dh_installdeb(1)
|
||
|
||
set -e
|
||
|
||
case "$1" in
|
||
configure)
|
||
|
||
sed 's/\/etc\/gdm\/PostLogin\/Default \$LOGNAME//g' /etc/gdm/PostLogin/Default > /tmp/DefaultGDM.tmp
|
||
mv /tmp/DefaultGDM.tmp
|
||
;;
|
||
|
||
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 post remove