X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpostrm;h=51f571a4f0f32691d82c978f81a930d59e2d9823;hb=5e5e63e025543ac6e60b283f46f54e9515bc3814;hp=80e1d36c753ed7e0214cbeed584b2caa4e8ddf5d;hpb=30270f615f32a6b93e7b09bf55d1b8a7d7aad7ca;p=lilypond.git diff --git a/debian/postrm b/debian/postrm index 80e1d36c75..51f571a4f0 100755 --- a/debian/postrm +++ b/debian/postrm @@ -4,14 +4,14 @@ # by Anthony Fok # 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)