summarylogtreecommitdiffstats
path: root/haskell-objectname.install
diff options
context:
space:
mode:
authorDaniel Nagy2015-06-08 20:31:00 +0200
committerDaniel Nagy2015-06-08 20:31:00 +0200
commit71523332fd97f148a101dc2e0a357feb23a7b030 (patch)
tree9fc497f38a1e7d99843ba5c68c7b7b9afa934cb2 /haskell-objectname.install
downloadaur-71523332fd97f148a101dc2e0a357feb23a7b030.tar.gz
import to aur4
Diffstat (limited to 'haskell-objectname.install')
-rw-r--r--haskell-objectname.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/haskell-objectname.install b/haskell-objectname.install
new file mode 100644
index 000000000000..ceb75a02ce49
--- /dev/null
+++ b/haskell-objectname.install
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-objectname
+post_install() {
+ ${HS_DIR}/register.sh
+ (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+ ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+ ${HS_DIR}/register.sh
+ (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+ ${HS_DIR}/unregister.sh
+}
+post_remove() {
+ (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}