Update
This commit is contained in:
parent
e168b39d75
commit
ce9acb7d95
|
@ -49,7 +49,7 @@ Main() {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ "$notify" = "yes" ]] ; then
|
if [[ "$notify" = "yes" ]] ; then
|
||||||
/usr/bin/melawy-reboot-required
|
/usr/bin/bash /usr/bin/melawy-reboot-required
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,4 @@ Description = Check if user should be informed about rebooting after certain sys
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Depends = libnotify
|
Depends = libnotify
|
||||||
NeedsTargets
|
NeedsTargets
|
||||||
Exec = /usr/bin/melawy-check-reboot-required
|
Exec = /usr/bin/bash /usr/bin/melawy-check-reboot-required
|
||||||
|
|
Loading…
Reference in New Issue