File: postinst

package info (click to toggle)
ethiop 0.7-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,712 kB
  • ctags: 5
  • sloc: makefile: 36; sh: 23
file content (15 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/local/bin

echo ""
echo "     If you are upgrading from an older version of ethiop"
echo "     you should delete all old eth*.pk and eth*.gf font"
echo "     files in /var/spool/texmf/ using the command"
echo ""
echo "        rm -f \`find /var/spool/texmf -name \"eth*.*\"\`"
echo ""
echo "     so that they are newly created in a later LaTeX run."
echo ""

texhash