initial commit
This commit is contained in:
commit
08d9495a72
47 changed files with 6983 additions and 0 deletions
10
debian.new/postrm
Normal file
10
debian.new/postrm
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = purge ]; then
|
||||
update-rc.d bwbar remove >/dev/null
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue