summaryrefslogtreecommitdiff
path: root/debian/postinst.xsane-gimp1.1
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2005-02-03 16:24:20 +0100
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:06 +0000
commit825ef604db05e42ea267a86187bf62d54670c98c (patch)
treec41b8addd68e573fcf6ef599ec777e251a130b8e /debian/postinst.xsane-gimp1.1
parentac8459519a9ef2a1ee635509b52a653da1bfe9d5 (diff)
parent817e6294b42b3e4435f1b99728afc1dca84a6445 (diff)
Imported Debian patch 0.97-3debian/0.97-3
Diffstat (limited to 'debian/postinst.xsane-gimp1.1')
-rw-r--r--debian/postinst.xsane-gimp1.112
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/postinst.xsane-gimp1.1 b/debian/postinst.xsane-gimp1.1
deleted file mode 100644
index 54f80ba..0000000
--- a/debian/postinst.xsane-gimp1.1
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
-if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/xsane-gimp1.1 -a \
- -d /usr/share/doc/xsane-gimp1.1 ]; then
- ln -sf ../share/doc/xsane-gimp1.1 /usr/doc/xsane-gimp1.1
- fi
- if command -v install-docs >/dev/null 2>&1; then
- install-docs -i /usr/share/doc-base/xsane
- fi
-fi