[Groonga-commit] groonga/groonga [master] apt: fix not to fail 'apt-get purge groonga-munin-plugins'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 24日 (木) 15:20:26 JST


HAYASHI Kentaro	2012-05-24 15:20:26 +0900 (Thu, 24 May 2012)

  New Revision: 60f97b2390d33b9a7c3f092a528c441ca2ff5527

  Log:
    apt: fix not to fail 'apt-get purge groonga-munin-plugins'

  Modified files:
    packages/debian/groonga-munin-plugins.postrm

  Modified: packages/debian/groonga-munin-plugins.postrm (+1 -1)
===================================================================
--- packages/debian/groonga-munin-plugins.postrm    2012-05-24 13:25:40 +0900 (a63cf42)
+++ packages/debian/groonga-munin-plugins.postrm    2012-05-24 15:20:26 +0900 (ff46040)
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = "purge" ]; then
-	rm /etc/munin/plugins/groonga_* > /dev/null 2>&1
+	rm -f /etc/munin/plugins/groonga_* > /dev/null 2>&1
 	invoke-rc.d munin-node restart
 fi
 




Groonga-commit メーリングリストの案内
Back to archive index