[pkg-bacula-commits] [bacula] 01/03: dir to symlink migration of /usr/share/doc/bacula was completed in jessie

Carsten Leonhardt leo at moszumanska.debian.org
Sat Sep 3 17:40:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch migrate-files
in repository bacula.

commit 9d7a9dcb71504d6c6224a5e1ab4f51e925a572f9
Author: Carsten Leonhardt <leo at debian.org>
Date:   Thu Sep 1 18:06:22 2016 +0200

    dir to symlink migration of /usr/share/doc/bacula was completed in jessie
    
    And the last stable release version not to ship a symlink was in
    lenny, so this is obsolete now.
---
 debian/bacula.postinst | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/debian/bacula.postinst b/debian/bacula.postinst
deleted file mode 100644
index 147fdcd..0000000
--- a/debian/bacula.postinst
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-    configure)
-
-        DOCDIR=/usr/share/doc/bacula
-        DOCLINK=bacula-common
-
-        # cleanup on upgrade (http://bugs.debian.org/707803)
-        if [ -d $DOCDIR ] && [ ! -L $DOCDIR ]; then
-                rmdir $DOCDIR
-                ln -s $DOCLINK $DOCDIR
-        fi
-
-   ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list