diff options
Diffstat (limited to 'debian/libgcj-common.postinst')
-rw-r--r-- | debian/libgcj-common.postinst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/libgcj-common.postinst b/debian/libgcj-common.postinst deleted file mode 100644 index de6d589..0000000 --- a/debian/libgcj-common.postinst +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh -e - -case "$1" in - configure) - docdir=/usr/share/doc/libgcj-common - if [ -d $docdir ] && [ ! -h $docdir ]; then - rm -rf $docdir - ln -s gcj-@BV@-base $docdir - fi -esac - -#DEBHELPER# |