File: postrm

package info (click to toggle)
ethiop 0.6-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,312 kB
  • ctags: 5
  • sloc: makefile: 35; sh: 10
file content (12 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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

if [ "$1" = "purge" ]
    then
	texhash

    elif [ "$1" = "remove" ]
	then
	    texhash
fi