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.preinst
blob
bfa9f6b07b3cddbef8d60013c035d46b6ceabddc
1
#!/bin/sh
2
3
# Abort on error.
4
set -e
5
6
PKG
=
e2fsprogs
7
DOCLNK
=/
usr
/
shar
e
/
do
c
/
$PKG
8
if
test
"
$1
"
=
upgrade \
9
-a -L
$DOCLNK
10
then
11
rm
$DOCLNK
12
fi
13
14
# dh_installdeb will replace this with shell code automatically
15
# generated by other debhelper scripts.
16
17
#DEBHELPER#
18
19
exit
0