repo.or.cz
/
e2fsprogs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
debian/changelog: fix missing Closed: annotation
[e2fsprogs.git]
/
debian
/
libuuid1.postrm
blob
8c286eeaba5c53ae78e598b1300f7d0e48e7054e
1
#!/bin/sh
2
set -e
3
if
[
"
$1
"
=
purge
]
4
then
5
rm
-rf
/
var
/
lib
/
libuuid
6
fi
7
8
#DEBHELPER#
9
10
exit
0