Sign in
ara-mdk
/
platform
/
external
/
e2fsprogs
/
7ebd23d5cacb949311fb6f741cb4f5c8063dd8cf
/
.
/
debian
/
uuid-runtime.prerm
blob: 904e16164b17676efe643d4f34c376595168e4a6 [
file
] [
log
] [
blame
]
#! /bin/sh
set
-
e
if
[
-
x
/
usr
/
sbin
/
uuidd
]
then
/
usr
/
sbin
/
uuidd
-
k
||
true
fi
#DEBHELPER#
exit
0