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
tests: update expect file for u_direct_io
[e2fsprogs.git]
/
debian
/
uuid-runtime.prerm
blob
904e16164b17676efe643d4f34c376595168e4a6
1
#! /bin/sh
2
set -e
3
if
[
-x
/
usr
/
sbin
/
uuidd
]
4
then
5
/
usr
/
sbin
/
uuidd
-k
|| true
6
fi
7
8
#DEBHELPER#
9
10
exit
0