]> git.michaelhowe.org Git - packages/n/nagios-plugins-local.git/commitdiff
Fix postrm duplicate --remove call
authorMichael Howe <michael@michaelhowe.org>
Thu, 11 Nov 2021 22:24:30 +0000 (22:24 +0000)
committerMichael Howe <michael@michaelhowe.org>
Thu, 11 Nov 2021 22:24:30 +0000 (22:24 +0000)
debian/nagios-plugins-local-client.postrm

index 5ba9d69cab219c5349cafae1a6f4110bd1422057..4eecbfc958af6b5a0aa32d8b729fd8c2d87c79d7 100644 (file)
@@ -3,7 +3,7 @@
 set -e
 
 if [ "remove" = "$1" -o "abort-install" = "$1" -o "disappear" = "$1" ]; then
-    dpkg-divert --remove --package nagios-plugins-local-client --rename --remove /usr/lib/nagios/plugins/check_running_kernel
+    dpkg-divert --package nagios-plugins-local-client --rename --remove /usr/lib/nagios/plugins/check_running_kernel
 fi
 
 #DEBHELPER#