[Pkg-octave-commit] [octave] 01/01: octave.postinst: remove workaround for #681064 (package dir re-creation).

Sébastien Villemot sebastien at debian.org
Sat Mar 1 20:36:25 UTC 2014


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

sebastien pushed a commit to branch master
in repository octave.

commit cb5ab436f7191fbfd2479d66d23643f7efb8d6d0
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Mar 1 21:36:12 2014 +0100

    octave.postinst: remove workaround for #681064 (package dir re-creation).
    
    Closes: #681461
---
 debian/octave.postinst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/octave.postinst b/debian/octave.postinst
index e600d5d..8ab28f7 100644
--- a/debian/octave.postinst
+++ b/debian/octave.postinst
@@ -7,9 +7,6 @@ set -e
 #DEBHELPER#
 
 rebuild_pkg_database () {
-    # Workaround for #681064 (can be removed after Wheezy)
-    mkdir -p /usr/share/octave/packages
-
     octave --silent --no-history --no-init-file --no-window-system	\
 	   --eval "pkg ('rebuild');"
 }

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list