aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee.prerm
blob: 2c9f6ab922a71d4dffccb56b0edca14497695a91 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" != "upgrade" ]; then
	invoke-rc.d bitlbee stop
fi

#DEBHELPER#