diff options
Diffstat (limited to 'gnome-unstable/gucharmap/gucharmap.install')
-rw-r--r-- | gnome-unstable/gucharmap/gucharmap.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnome-unstable/gucharmap/gucharmap.install b/gnome-unstable/gucharmap/gucharmap.install deleted file mode 100644 index 0a9ddf4c2..000000000 --- a/gnome-unstable/gucharmap/gucharmap.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -pre_upgrade() { - (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap - return 0 -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |