]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/postrm
patch::: 1.3.72.mb2: forwarded message from Mats Bengtsson
[lilypond.git] / debian / postrm
index 80e1d36c753ed7e0214cbeed584b2caa4e8ddf5d..51f571a4f0f32691d82c978f81a930d59e2d9823 100755 (executable)
@@ -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:  Fri, 14 Aug 1998 00:07:07 -0600
+#   Last modified:  Tue, 11 May 1999 11:16:35 -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#
@@ -32,7 +32,6 @@ case "$1" in
        # Clear out the old TFM and PK files in case the fonts were modified
        rm -rf $VARTEXFONTS/tfm/$font_supplier/$font_typeface
        rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface
-       /usr/bin/mktexlsr
     ;;
 
     failed-upgrade|abort-install|abort-upgrade|disappear)