summaryrefslogtreecommitdiff
path: root/lang/ghc7/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc7/DEINSTALL')
-rw-r--r--lang/ghc7/DEINSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/ghc7/DEINSTALL b/lang/ghc7/DEINSTALL
new file mode 100644
index 00000000000..14c866d2006
--- /dev/null
+++ b/lang/ghc7/DEINSTALL
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+DISTNAME="@DISTNAME@"
+
+case ${STAGE} in
+ DEINSTALL)
+ ${RM} -f ${PKG_PREFIX}/lib/${DISTNAME}/package.conf.d/package.cache
+ ;;
+esac