updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / transmission-jd-svn / transmission.install
bloba5d00ef6f154b7b9b42723f50529bebd29c1d7cf
1 # arg 1:  the new package version
2 post_install() {
4 cat << EOM
6 ==> transmission post-install message:
8 EOM
10 LANG=C pacman -Q gtk2 2>&1 | grep error &>/dev/null
11 if [ $? = 0 ]; then
13 cat << EOM
14 ==> If you want to run transmission's GUI, install gtk2 package
16 EOM
17 else
18 LANG=C pacman -Q libnotify 2>&1 | grep error &>/dev/null
19 if [ $? = 0 ]; then
21 cat << EOM
22 ==> If you want to see notifications, install libnotify package
24 EOM
29 cat << EOM
30 ==> This package installs /etc/rc.d/transmissiond
31 ==> If you want to run transmission at boot put "transmissiond"
32 ==> in the DAEMONS array in /etc/rc.conf
33 ==> You have to set the user in /etc/conf.d/transmissiond
35 EOM
37     if [[ ! $2 > 1.11 ]] # if you are upgrading from 1.11 or earlier...
38     then
39         echo -e "\n==> Configuration files are stored in ~/.config/transmission/"
40         echo -e "==> If you don't have Xorg installed - you won't have $XDG_*_HOME variables set,"
41         echo -e "==> they are set in /etc/profile.d/xorg.sh which is available in libx11 package."
42                 echo -e "==> Please read the README file to find out what this patchset modifies. Thanks!"
43     fi
46 post_upgrade() {
47     post_install