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
/
e2fsprogs.postinst
blob
00ac363dfeb9765091d0c1e41b44e1338a65e9b3
1
#!/bin/sh
2
3
# Abort on error.
4
set -e
5
6
if
[
-x
/
usr
/
sbin
/
update-initramfs
-a
\
7
-e
/
etc
/
initramfs-tools
/
initramfs.conf
];
then
8
update-initramfs
-u
9
fi
10
11
#DEBHELPER#
12
13
exit
0