summaryrefslogtreecommitdiffstats
path: root/abs/core/ghostscript/ghostscript.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/ghostscript/ghostscript.install')
-rw-r--r--abs/core/ghostscript/ghostscript.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/ghostscript/ghostscript.install b/abs/core/ghostscript/ghostscript.install
deleted file mode 100644
index 10d2d7a..0000000
--- a/abs/core/ghostscript/ghostscript.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
-cat << EOF
-==> To use dvipdf, you need to install tetex:
-==> # pacman -S tetex
-EOF
-}
-
-post_upgrade() {
- post_install $1
-}
-
-op=$1
-shift
-$op $*