summarylogtreecommitdiffstats
path: root/haskell-hsopenssl.install
diff options
context:
space:
mode:
authorDaniel Nagy2015-06-08 20:30:03 +0200
committerDaniel Nagy2015-06-08 20:30:03 +0200
commite4dd297d9ec2bc60d7226498943d971dc6703a53 (patch)
treeed83fe97a902fd5ef458902efef567a8ab79db4c /haskell-hsopenssl.install
downloadaur-e4dd297d9ec2bc60d7226498943d971dc6703a53.tar.gz
import to aur4
Diffstat (limited to 'haskell-hsopenssl.install')
-rw-r--r--haskell-hsopenssl.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/haskell-hsopenssl.install b/haskell-hsopenssl.install
new file mode 100644
index 000000000000..51429f94a4fd
--- /dev/null
+++ b/haskell-hsopenssl.install
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hsopenssl
+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)
+}