Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
e2fsprogs_custom
/
4b5d342b47867dee13f6037e8a11291b12d31fdd
/
.
/
debian
/
uuid-runtime.prerm
blob: 241d7a0bc56afd905b260fb80eeb7f6457974f51 [
file
] [
log
] [
blame
]
Theodore Ts'o
740837d
2007-12-16 17:21:38 -0500
[
diff
] [
blame
]
1
#! /bin/sh
2
3
if
[
-
x
/
usr
/
sbin
/
uuidd
]
4
then
5
/
usr
/
sbin
/
uuidd
-
k
||
true
6
fi
Theodore Ts'o
4b5d342
2008-01-01 02:20:07 -0500
[
diff
] [
blame^
]
7
8
#DEBHELPER#
9
10
exit
0