[arch-commits] Commit in goagent/trunk (goagent.install)

Felix Yan fyan at nymeria.archlinux.org
Fri Feb 14 11:07:41 UTC 2014


    Date: Friday, February 14, 2014 @ 12:07:41
  Author: fyan
Revision: 105720

update: don't remove certs

Modified:
  goagent/trunk/goagent.install

-----------------+
 goagent.install |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: goagent.install
===================================================================
--- goagent.install	2014-02-14 09:57:16 UTC (rev 105719)
+++ goagent.install	2014-02-14 11:07:41 UTC (rev 105720)
@@ -11,11 +11,10 @@
 }
 
 pre_upgrade() {
-    rm -rf /opt/goagent/local/certs
-    rm -rf /usr/share/goagent/local/certs
+    # Disable certs cleaning until some more issue detected
+    #rm -rf /usr/share/goagent/local/certs
 }
 
 pre_remove() {
-    rm -rf /opt/goagent/local/certs
     rm -rf /usr/share/goagent/local/certs
 }




More information about the arch-commits mailing list