Skip to content

Commit

Permalink
deb: don't specify multiple commands in oneline
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Dec 13, 2013
1 parent d8a0501 commit 9e5f0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/debian/groonga-server-common.postrm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e5f0a6

Please sign in to comment.