diff options
Diffstat (limited to 'vietnamese/vntex/pkg-install')
-rw-r--r-- | vietnamese/vntex/pkg-install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vietnamese/vntex/pkg-install b/vietnamese/vntex/pkg-install deleted file mode 100644 index 470e141af1ee..000000000000 --- a/vietnamese/vntex/pkg-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin:${PKG_PREFIX}/bin - -case $2 in -POST-INSTALL) - texconfig rehash - ;; -esac |