Notification sur audit dpkg #17

pull/30/head
otyugh 2 years ago
parent d0328d1f07
commit a46c44eaf6

@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Audit-notify
Comment=Vérifie et signale si sur l'état du gestionnaire de paquet
Exec=/usr/share/dfiso/audit-notify.sh
Path=/usr/share/dfiso
Terminal=false
StartupNotify=false

@ -0,0 +1,9 @@
#!/bin/sh
# teste l'état d'installation des paquets
if ! dpkg --audit
then
notify-send -i dialog-warning -u critical "ATTENTION
Votre gestionnaire de paquet retourne des erreurs !
Voir la sortie de 'dpkg --audit' sur votre console."
fi
Loading…
Cancel
Save