diff options
Diffstat (limited to 'debian/postinst.xsane')
-rw-r--r-- | debian/postinst.xsane | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/postinst.xsane b/debian/postinst.xsane deleted file mode 100644 index 8ab57e9..0000000 --- a/debian/postinst.xsane +++ /dev/null @@ -1,11 +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 -a -d /usr/share/doc/xsane ]; then - ln -sf ../share/doc/xsane /usr/doc/xsane - fi - if command -v install-docs >/dev/null 2>&1; then - install-docs -i /usr/share/doc-base/xsane - fi -fi |