Skip to content

Commit

Permalink
apt: fix not to fail 'apt-get purge groonga-munin-plugins'
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed May 24, 2012
1 parent 2d503ce commit 60f97b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/groonga-munin-plugins.postrm
Expand Up @@ -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

Expand Down

0 comments on commit 60f97b2

Please sign in to comment.