1 # arg 1: the new package version
6 ==> transmission post-install message:
10 LANG=C pacman -Q gtk2 2>&1 | grep error &>/dev/null
14 ==> If you want to run transmission's GUI, install gtk2 package
18 LANG=C pacman -Q libnotify 2>&1 | grep error &>/dev/null
22 ==> If you want to see notifications, install libnotify package
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
37 if [[ ! $2 > 1.11 ]] # if you are upgrading from 1.11 or earlier...
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!"