[Groonga-commit] groonga/groonga at 9e5f0a6 [master] deb: don't specify multiple commands in oneline

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Dec 13 13:47:10 JST 2013


HAYASHI Kentaro	2013-12-13 13:47:10 +0900 (Fri, 13 Dec 2013)

  New Revision: 9e5f0a650d5f901298ca3c1126053dd6fc659885
  https://github.com/groonga/groonga/commit/9e5f0a650d5f901298ca3c1126053dd6fc659885

  Message:
    deb: don't specify multiple commands in oneline

  Modified files:
    packages/debian/groonga-server-common.postrm

  Modified: packages/debian/groonga-server-common.postrm (+2 -1)
===================================================================
--- packages/debian/groonga-server-common.postrm    2013-12-13 13:46:50 +0900 (e706db8)
+++ packages/debian/groonga-server-common.postrm    2013-12-13 13:47:10 +0900 (c0868f6)
@@ -5,7 +5,8 @@ set -e
 if [ "$1" = "purge" ]; then
     for target in /var/run/groonga /var/lib/groonga /var/log/groonga /etc/groonga
     do
-	dpkg-statoverride --remove $target; rm -rf $target
+	dpkg-statoverride --remove $target
+	rm -rf $target
     done
 fi
 
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index