updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / xfce4-gkim / xfce4-gkim.install
blobf0c35cae85c82745a27ce5a1d5cb34506e93152d
1 post_install() {
2 echo "backup of uca.xml"
3 cp /etc/xdg/Thunar/uca.xml /etc/xdg/Thunar/uca.xml_backup
4 echo "modification of thunar menu in uca.xml"
5 cp /usr/share/GKIM/uca.xml /etc/xdg/Thunar/uca.xml 
6 echo "You should restart xfce."
7 echo ""
8 echo "if you have make modification of personalised action of thunar, try to execute in user mode :"
9 echo " ####################################################"
10 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh install"
11 echo " ####################################################"
12 echo ""
13 echo ""
14 echo " To remove modification, you must before desintalling xfce4-gkim execute"
15 echo " ####################################################"
16 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh remove"
17 echo " ####################################################"
21 post_remove() {
22 echo "restauration of thunar menu"
23 mv /etc/xdg/Thunar/uca.xml_backup /etc/xdg/Thunar/uca.xml
26 post_upgrade() 
28 echo "modification of thunar menu in uca.xml"
29 cp /usr/share/GKIM/uca.xml /etc/xdg/Thunar/uca.xml
30 echo "You should restart xfce."
31 echo ""
32 echo "if you have make modification of personalised action of thunar, try to execute in user mode :"
33 echo " ####################################################"
34 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh install"
35 echo " ####################################################"
36 echo ""
37 echo ""
38 echo " To remove modification, you must before desintalling xfce4-gkim execute"
39 echo " ####################################################"
40 echo " sh /usr/share/GKIM/xfce4-gkim-modification.sh remove"
41 echo " ####################################################"