summarylogtreecommitdiffstats
path: root/opencpn.install
diff options
context:
space:
mode:
authorMrElendig2015-06-08 12:00:11 +0200
committerMrElendig2015-06-08 12:01:04 +0200
commitec01d7004888c39d3da9568616eb1e80dd318f75 (patch)
treea3330501f163c421e2836e87e302ad38297848e8 /opencpn.install
downloadaur-ec01d7004888c39d3da9568616eb1e80dd318f75.tar.gz
No history for you since aur is stupid
Diffstat (limited to 'opencpn.install')
-rw-r--r--opencpn.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/opencpn.install b/opencpn.install
new file mode 100644
index 000000000000..0a039b4dd254
--- /dev/null
+++ b/opencpn.install
@@ -0,0 +1,15 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+