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