summarylogtreecommitdiffstats
path: root/opencpn.install
diff options
context:
space:
mode:
Diffstat (limited to 'opencpn.install')
-rw-r--r--opencpn.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/opencpn.install b/opencpn.install
deleted file mode 100644
index 0a039b4dd254..000000000000
--- a/opencpn.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}
-