Scan media entities as well, not just url entities. This should expand more
[bitlbee.git] / debian / bitlbee.prerm
blobeeba2862ee5967cfd3026ccc2b565b93d53a7df5
1 #!/bin/sh
3 set -e
5 if [ "$1" != "upgrade" ]; then
6 invoke-rc.d bitlbee stop || exit 0
7 fi