bwbar/debian.new/postrm
2015-06-15 10:17:20 -07:00

10 lines
99 B
Bash

#!/bin/sh
set -e
if [ "$1" = purge ]; then
update-rc.d bwbar remove >/dev/null
fi
#DEBHELPER#