updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / kde3-kgtk / kgtk.install
bloba7bbdae13ddca383869b12b5f50a2135a78aaaf6
1 post_install() {
2     echo ""
3     echo "You can run Gtk applications under KDE3 like this:"
4     echo "      Call /opt/kde/bin/kgtk-wrapper yourapp"
5     echo "      (works for gimp, firefox, inkscape and other)"
6     echo "              or"
7     echo "      Call /opt/kde/bin/kgtk2-wrapper yourapp"
8     echo "      (for openoffice 3, thunderbird 3 and may be other)"
9     echo ""
10     echo "      Also you can create a symbolic link from the wrapper"
11     echo "    script to your application, e.g.:"
12     echo ""
13     echo "              ln -s /opt/kde/bin/kgtk-wrapper /usr/local/bin/gimp"
14     echo ""
15     echo "         and make sure you run /usr/local/bin/gimp instead of"
16     echo "         /usr/bin/gimp in future"
17     echo ""
18     echo "It will also work for non KDE, but Qt3/Qt4 applications!"
19     echo "Note: wrapper path is Archlinux specific."
20     echo ""
22     /bin/true
25 post_upgrade() {
26     echo ""
27     echo "You can run Gtk applications under KDE3 like this:"
28     echo "      Call /opt/kde/bin/kgtk-wrapper yourapp"
29     echo "      (works for gimp, firefox, inkscape and other)"
30     echo "              or"
31     echo "      Call /opt/kde/bin/kgtk2-wrapper yourapp"
32     echo "      (for openoffice 3, thunderbird 3 and may be other)"
33     echo ""
34     echo "      Also you can create a symbolic link from the wrapper"
35     echo "    script to your application, e.g.:"
36     echo ""
37     echo "              ln -s /opt/kde/bin/kgtk-wrapper /usr/local/bin/gimp"
38     echo ""
39     echo "         and make sure you run /usr/local/bin/gimp instead of"
40     echo "         /usr/bin/gimp in future"
41     echo ""
42     echo "It will also work for non KDE, but Qt3/Qt4 applications!"
43     echo "Note: wrapper path is Archlinux specific."
44     echo ""
46     /bin/true
49 pre_remove() {
50     echo ""
51     echo "If you uninstall thi package some GTK apps may not start."
52     echo "You must check / fix desktop launchers and KDE menus"
53     echo "for this apps or delete proper symlinks you have"
54     echo "made during instalation process."
55     echo ""
57     /bin/true