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, 14 insertions, 0 deletions
diff --git a/abs/core/ghostscript/ghostscript.install b/abs/core/ghostscript/ghostscript.install
new file mode 100644
index 0000000..10d2d7a
--- /dev/null
+++ b/abs/core/ghostscript/ghostscript.install
@@ -0,0 +1,14 @@
+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 $*