X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/4668cd8e02cc1699ddc7a845f37396fd18867768..265e19b2f530586d535744a6636a4e32c0606352:/prerm diff --git a/prerm b/prerm index f01b2ed..61375f6 100755 --- a/prerm +++ b/prerm @@ -12,7 +12,6 @@ if [[ $1 == remove ]]; then chmod --reference=/etc/notify.conf /etc/notify.conf_ && chown --reference=/etc/notify.conf /etc/notify.conf_ && mv -f /etc/notify.conf{_,} || rm -f /etc/notify.conf_ - killall -1 notifyd fi exit 0