]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/preinst
release: 1.1.55
[lilypond.git] / debian / preinst
index cf27f6b9365c49894dd2a17f5272f858dd1723a9..270b2db61dba503b3bb08a1f704798cd76d05d1f 100644 (file)
@@ -4,14 +4,14 @@
 #   by Anthony Fok <foka@debian.org>
 #   This is free software; see the GNU General Public Licence
 #   version 2 or later for copying conditions.  There is NO warranty.
-#   Last modified:  Tue, 10 Nov 1998 23:47:00 -0700
+#   Last modified:  Mon,  5 Apr 1999 20:30:12 -0600
 
 set -e
 
 package=lilypond
 font_supplier=public
 font_typeface=lilypond
-std_TEXMFMAIN=/usr/lib/texmf
+std_TEXMFMAIN=/usr/share/texmf
 std_VARTEXFONTS=/var/spool/texmf
 
 #DEBHELPER#
@@ -36,15 +36,6 @@ case "$1" in
            rm -rf $VARTEXFONTS/tfm/$font_supplier/mf
            rm -rf $VARTEXFONTS/pk/*/$font_supplier/mf
        fi
-
-       # Since 1.0.17-1, /usr/lib/texmf/tex/lilypond has been changed
-        # to a symbolic directory.  Remove the old real directory to
-        # prevent problems during upgrade.
-       for i in $LILYTEXINPUTS $LILYMFINPUTS; do
-           if [ -d $i -a ! -L $i ]; then
-               rm -rf $i
-           fi
-       done
     ;;
 
     abort-upgrade)