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

10 lines
102 B
Bash

#!/bin/sh
set -e
update-rc.d bwbar defaults >/dev/null
invoke-rc.d bwbar start
#DEBHELPER#
exit 0