updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / giftui / giftui.install
blob61ebfdd7d1d8c088403e239c351f585046542301
1 post_install() {
2 echo if you experience problems with giftui error message: no route to host 
3 echo type:   gconftool-2 -t string --set /apps/giftui/daemon/host localhost 
4 echo Remember to install optional gift-plugins, type:  pacman -Ss gift 
5 echo to see which plugins are available.
6 echo Before starting giftd the first time you have to run gift-setup!
9 post_upgrade() {
10 echo if you experience problems with giftui error message: no route to host 
11 echo type:   gconftool-2 -t string --set /apps/giftui/daemon/host localhost 
12 echo Remember to install optional gift-plugins, type:  pacman -Ss gift 
13 echo to see which plugins are available.
14 echo Before starting giftd the first time you have to run gift-setup!
17 pre_remove() {
18 /bin/true
21 op=$1
22 shift
24 $op "$@"