updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gdiff-ext / gdiff-ext.install
blob3d6acf09d661020bd6eec9569d42077baac37588
1 pkgname=gdiff-ext
3 post_install() {
4   usr/sbin/gconfpkg --install $pkgname
5   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
7   echo "+++ You must set your desired diff tool via the gdiff-ext configurator."
8   echo "+++ Run \`gdiff-ext-setup' or launch it from the menu."
11 pre_upgrade() {
12   pre_remove $1
15 post_upgrade() {
16   post_install $1
19 pre_remove() {
20   usr/sbin/gconfpkg --uninstall $pkgname
23 post_remove() {
24   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor