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/postinst Normal file
View file

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