X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/4668cd8e02cc1699ddc7a845f37396fd18867768..54a4cf27b947b46de9854d91fb141076771ac217:/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