mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
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:
parent
75a13bf3f5
commit
dbec882589
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
DPkg::Post-Invoke {"/usr/bin/dpkgnotify";};
|
||||
DPkg::Post-Invoke {"if [ -x /usr/bin/dpkgnotify ]; then /usr/bin/dpkgnotify; fi;";};
|
||||
|
|
Loading…
Add table
Reference in a new issue