Debian packaging fixes

This commit is contained in:
kytv
2011-05-25 23:09:58 +00:00
parent 150cb30339
commit b6fab829cc
45 changed files with 1419 additions and 396 deletions

10
debian/libjbigi-jni.preinst vendored Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh -e
if [ ! -z $2 ]; then
if dpkg --compare-versions $2 lt 0.8.6-4; then
test -d /usr/share/doc/libjbigi-jni \
&& rm -rf /usr/share/doc/libjbigi-jni
fi
fi
#DEBHELPER#