diff --git a/usr/share/libalpm/hooks/melawy-reboot-required.hook b/usr/share/libalpm/hooks/melawy-reboot-required.hook index 0a479a9..1fa09a2 100644 --- a/usr/share/libalpm/hooks/melawy-reboot-required.hook +++ b/usr/share/libalpm/hooks/melawy-reboot-required.hook @@ -42,4 +42,4 @@ Description = Check if user should be informed about rebooting after certain sys When = PostTransaction Depends = libnotify NeedsTargets -Exec = /usr/bin/bash /usr/bin/melawy-check-reboot-required +Exec = /bin/sh -c "/usr/bin/melawy-check-reboot-required"