projects
/
matthijs
/
upstream
/
blosxom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56783c
)
logic problem in preinst fixed
author
Gerfried Fuchs
<rhonda@debian.at>
Fri, 25 Jul 2008 14:28:32 +0000
(16:28 +0200)
committer
Gerfried Fuchs
<rhonda@debian.at>
Fri, 25 Jul 2008 14:28:32 +0000
(16:28 +0200)
debian/preinst
patch
|
blob
|
history
diff --git
a/debian/preinst
b/debian/preinst
index 9052dd1e36eed08c93c530154e2f8b5ce2c07b2c..8f6bcd1cdd404da25bf7aa4379b68b9aded6b52b 100644
(file)
--- a/
debian/preinst
+++ b/
debian/preinst
@@
-40,7
+40,7
@@
install|upgrade)
foot.1993 foot.html foot.index \
head.1993 head.html head.index \
story.1993 story.html story.index ; do
- test ! -L $i || test
!
-f $i || rm $i
+ test ! -L $i || test -f $i || rm $i
done
fi
esac