summarylogtreecommitdiffstats
path: root/haskell-gio.install
diff options
context:
space:
mode:
authorCody P Schafer2016-06-29 14:34:12 -0400
committerCody P Schafer2016-06-29 14:34:12 -0400
commit5eda51c50a9190de2dda80c4e7e07330641b9864 (patch)
tree1c0dce00c04a3c0427a82bcd7a011334ddc63e9b /haskell-gio.install
parentc03a37e9ec2fe44f1dbdba1a3123ef12ea6bd692 (diff)
downloadaur-5eda51c50a9190de2dda80c4e7e07330641b9864.tar.gz
take ownership, update version, update style to match in-tree haskell packages
Diffstat (limited to 'haskell-gio.install')
-rw-r--r--haskell-gio.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/haskell-gio.install b/haskell-gio.install
deleted file mode 100644
index 6461552d56a6..000000000000
--- a/haskell-gio.install
+++ /dev/null
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-gio
-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)
-}