projects
/
mirror
/
userdir-ldap.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
userdir_gpg.py: add a ClearKeyrings()
[mirror/userdir-ldap.git]
/
debian
/
postrm
1
#! /bin/bash -e
2
#
3
#DEBHELPER#
4
if [ "$1" = "purge" ]
5
then
6
if [ -L /var/lib/misc/thishost ]; then
7
rm /var/lib/misc/thishost
8
fi
9
fi
10
exit 0