]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/lilypond-data.postinst
There is no need to remove /usr/share/info/lilypond anymore, as the info directory...
[lilypond.git] / debian / lilypond-data.postinst
index 18394fdb7c6dff6994d116a52c6c22c6d8dfc138..063cb27ef2db10a5e6e2c10c56636e4c386a58ad 100644 (file)
@@ -22,10 +22,3 @@ mktexlsr $TEXMFMAIN
 # echo
 # echo " $pkg_name configuration completed."
 # echo " Please read /usr/share/doc/lilypond/README.Debian to get started."
-
-if [ "$1" = "configure" ]; then
-    if [ -d /usr/share/info/lilypond ] && [ ! -L /usr/share/info/lilypond ] \
-       && rmdir /usr/share/lilypond; then
-       (cd /usr/share/info; ln -s ../doc/lilypond/html/Documentation/user/ lilypond;)
-    fi;
-fi;