1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh # $FreeBSD$ if [ "$2" != "DEINSTALL" ]; then exit 0 fi PATH=/bin:/usr/sbin:${PKG_PREFIX}/bin texconfig rehash exit 0