|
|
|
#!/bin/sh set -e # Automatically added by dh_installdocs if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/jabber ]; then rm -f /usr/doc/jabber fi # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/jabber" ]; then /etc/init.d/jabber stop fi # End automatically added section
| Results 1 - 1 |