summarylogtreecommitdiffstats
path: root/gpxviewer.install
diff options
context:
space:
mode:
authorBalló György2017-06-23 14:46:37 +0000
committerBalló György2017-06-23 14:46:37 +0000
commit8138741acb6de1972b1b33216b10982e3eccbd3f (patch)
tree861d03c18f7fa45e85e5e34fad73e9319032b468 /gpxviewer.install
parent8f4295cb7f29fc0505066a203d8b5517124158a2 (diff)
downloadaur-8138741acb6de1972b1b33216b10982e3eccbd3f.tar.gz
Add gpxviewer
Diffstat (limited to 'gpxviewer.install')
-rw-r--r--gpxviewer.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/gpxviewer.install b/gpxviewer.install
deleted file mode 100644
index 44dba270c8cb..000000000000
--- a/gpxviewer.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- [ -x `which update-mime-database` ] && update-mime-database /usr/share/mime
- [ -x `which update-desktop-database` ] && update-desktop-database -q
- /bin/true
-}
-
-post_remove() {
- gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- [ -x `which update-mime-database` ] && update-mime-database /usr/share/mime
- [ -x `which update-desktop-database` ] && update-desktop-database -q
- /bin/true
-}