projects
/
indicator-keyboard-led.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge PPA install instructions in README.md on branch 'master' into debian
[indicator-keyboard-led.git]
/
debian
/
postrm
Commit
Line
Data
e21d3d38
AIL
1
#!/bin/sh -e
2
3
if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then
4
. /usr/share/debconf/confmodule
5
db_purge
6
fi