initial commit

This commit is contained in:
Jordan Evans 2015-06-15 10:17:20 -07:00
commit 08d9495a72
47 changed files with 6983 additions and 0 deletions

10
debian.new/postrm Normal file
View file

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