[arch-commits] Commit in ghc/trunk (3 files)
    Felix Yan 
    felixonmars at archlinux.org
       
    Fri Feb 21 14:11:57 UTC 2020
    
    
  
    Date: Friday, February 21, 2020 @ 14:11:56
  Author: felixonmars
Revision: 577551
update hooks to use Type = Path
Modified:
  ghc/trunk/ghc-rebuild-doc-index.hook
  ghc/trunk/ghc-register.hook
  ghc/trunk/ghc-unregister.hook
----------------------------+
 ghc-rebuild-doc-index.hook |    2 +-
 ghc-register.hook          |    2 +-
 ghc-unregister.hook        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Modified: ghc-rebuild-doc-index.hook
===================================================================
--- ghc-rebuild-doc-index.hook	2020-02-21 14:10:35 UTC (rev 577550)
+++ ghc-rebuild-doc-index.hook	2020-02-21 14:11:56 UTC (rev 577551)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Operation = Remove
Modified: ghc-register.hook
===================================================================
--- ghc-register.hook	2020-02-21 14:10:35 UTC (rev 577550)
+++ ghc-register.hook	2020-02-21 14:11:56 UTC (rev 577551)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Target = usr/share/haskell/register/*.sh
Modified: ghc-unregister.hook
===================================================================
--- ghc-unregister.hook	2020-02-21 14:10:35 UTC (rev 577550)
+++ ghc-unregister.hook	2020-02-21 14:11:56 UTC (rev 577551)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Upgrade
 Operation = Remove
 Target = usr/share/haskell/unregister/*.sh
    
    
More information about the arch-commits
mailing list