index
:
util-linux
debian
progress-linux
upstream
debian 12 backports: util-linux
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
uuid-runtime.postrm
blob: fb80ec213327a55e5ac29d55ffb9425391d556f4 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
set
-e
if
[
"
$1
"
=
purge
]
;
then
rm
-rf
/var/run/uuidd
fi
#DEBHELPER#