[arch-commits] Commit in haskell-extensible-exceptions/trunk (1	file)
    Vesa Kaihlavirta 
    vesa at archlinux.org
       
    Tue Jan 19 06:39:45 UTC 2010
    
    
  
    Date: Tuesday, January 19, 2010 @ 01:39:45
  Author: vesa
Revision: 63967
rebuild
Modified:
  haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install
---------------------------------------+
 haskell-extensible-exceptions.install |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Modified: haskell-extensible-exceptions.install
===================================================================
--- haskell-extensible-exceptions.install	2010-01-19 06:37:48 UTC (rev 63966)
+++ haskell-extensible-exceptions.install	2010-01-19 06:39:45 UTC (rev 63967)
@@ -3,7 +3,8 @@
   ${HS_DIR}/register.sh
 }
 pre_upgrade() {
-  ${HS_DIR}/unregister.sh
+  ${HS_DIR}/unregister.sh &> /dev/null
+  exit 0
 }
 post_upgrade() {
   ${HS_DIR}/register.sh
    
    
More information about the arch-commits
mailing list