projects
/
winterboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
I got the final Breaks: line from ashikase for Folder Enhancer.
[winterboard.git]
/
prerm
diff --git
a/prerm
b/prerm
index 844448b4e05ec0e920f7cf87cfe4899d35ee0f16..61375f66a1dd7eb85bf88d7d97559fd7bb94d96b 100755
(executable)
--- a/
prerm
+++ b/
prerm
@@
-9,6
+9,9
@@
if [[ $1 == remove ]]; then
fi
grep -v ' com\.saurik\.winterboard\.' /etc/notify.conf >/etc/notify.conf_ &&
fi
grep -v ' com\.saurik\.winterboard\.' /etc/notify.conf >/etc/notify.conf_ &&
+ 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_
mv -f /etc/notify.conf{_,} || rm -f /etc/notify.conf_
- killall -1 notifyd
fi
fi
+
+exit 0