6 if [[ $1 == install ]]; then
7 /usr
/libexec
/cydia
/move.sh
/Library
/Themes
8 if [[ ${CYDIA+@} ]]; then
9 eval "echo 'finish:restart' >&${cydia[0]}"
11 elif [[ $1 == upgrade
]]; then
12 if [[ -e /Applications
/WinterBoard.app
/pledit
]]; then
13 /Applications
/WinterBoard.app
/pledit
/System
/Library
/LaunchDaemons
/com.apple.SpringBoard.plist \
14 -r /Applications
/WinterBoard.app
/WinterBoard.dylib
15 if [[ ${CYDIA+@} ]]; then
16 eval "echo 'finish:reload' >&${cydia[0]}"
19 if [[ ${CYDIA+@} ]]; then
20 eval "echo 'finish:restart' >&${cydia[0]}"
25 if [[ $1 == install || $1 == upgrade
]]; then
27 grep -v ' com\.saurik\.winterboard\.' /etc
/notify.conf
29 reserve com.saurik.winterboard. 0 0 rwr-r-
30 monitor com.saurik.winterboard.lockbackground /var/mobile/Library/LockBackground.jpg
32 } >/etc
/notify.conf_
&&
33 mv -f /etc
/notify.conf
{_
,} || rm -f /etc
/notify.conf_