Check if dpkgnotify is executable (bsc#1186674) (#376)

It prevents fails on removing salt-minion package
when the dpkg configuration is still active
This commit is contained in:
Victor Zhestkov 2021-06-01 13:04:43 +03:00 committed by Megan Wilhite
parent 75a13bf3f5
commit dbec882589

View file

@ -1 +1 @@
DPkg::Post-Invoke {"/usr/bin/dpkgnotify";};
DPkg::Post-Invoke {"if [ -x /usr/bin/dpkgnotify ]; then /usr/bin/dpkgnotify; fi;";};