projects
/
bacula-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4985e5d
)
Remove GPG home only on purge.
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Tue, 8 Mar 2011 13:17:51 +0000
(14:17 +0100)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Tue, 8 Mar 2011 13:17:51 +0000
(14:17 +0100)
debian/postrm
patch
|
blob
|
history
diff --git
a/debian/postrm
b/debian/postrm
index
ce4e5b6
..
7e64384
100644
(file)
--- a/
debian/postrm
+++ b/
debian/postrm
@@
-24,7
+24,9
@@
clean_gpg() {
case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- clean_gpg
+ if [ "$1" = "purge" ]; then
+ clean_gpg
+ fi
;;
*)