a4936ec1701f
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # $FreeBSD$ PATH=/bin:/usr/sbin:${PKG_PREFIX}/bin case $2 in POST-INSTALL) texconfig rehash ;; esac