From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/haskell-json/haskell-json.install | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 community/haskell-json/haskell-json.install (limited to 'community/haskell-json/haskell-json.install') diff --git a/community/haskell-json/haskell-json.install b/community/haskell-json/haskell-json.install deleted file mode 100644 index 5be36b5cc..000000000 --- a/community/haskell-json/haskell-json.install +++ /dev/null @@ -1,23 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-json - -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) -} -- cgit v1.2.3-54-g00ecf