Sign in
ara-mdk
/
platform
/
external
/
e2fsprogs
/
7ebd23d5cacb949311fb6f741cb4f5c8063dd8cf
/
.
/
debian
/
uuid-runtime.postrm
blob: f077001199536c0400542d69486e6cfdad0a188e [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
if
[
"$1"
=
purge
]
then
rm
-
rf
/
var
/
run
/
uuidd
fi
#DEBHELPER#
exit
0