X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/95a5777bab9f18d4307f69495671a1f595ceca86..c532a1cfe80ddebf199d62abe4f45a2567c1dc17:/preinst diff --git a/preinst b/preinst index 5c0d2e3..e5691e6 100755 --- a/preinst +++ b/preinst @@ -5,6 +5,7 @@ cydia=($CYDIA) if [[ $1 == install ]]; then /usr/libexec/cydia/move.sh /Library/Themes + if [[ ${CYDIA+@} ]]; then eval "echo 'finish:restart' >&${cydia[0]}" fi @@ -23,15 +24,19 @@ elif [[ $1 == upgrade ]]; then fi if [[ $1 == install || $1 == upgrade ]]; then + chmod 755 /Library/Themes/ + { grep -v ' com\.saurik\.winterboard\.' /etc/notify.conf cat </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_ - killall -1 notifyd fi exit 0