summaryrefslogtreecommitdiff
path: root/testing/gucharmap/gucharmap.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gucharmap/gucharmap.install')
-rw-r--r--testing/gucharmap/gucharmap.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/gucharmap/gucharmap.install b/testing/gucharmap/gucharmap.install
deleted file mode 100644
index 0a9ddf4c2..000000000
--- a/testing/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
-}