summarylogtreecommitdiffstats
path: root/seaview.install
diff options
context:
space:
mode:
Diffstat (limited to 'seaview.install')
-rw-r--r--seaview.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/seaview.install b/seaview.install
new file mode 100644
index 000000000000..323ceed506f0
--- /dev/null
+++ b/seaview.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}