summaryrefslogtreecommitdiff
path: root/vietnamese/vntex/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'vietnamese/vntex/pkg-install')
-rw-r--r--vietnamese/vntex/pkg-install11
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