aboutsummarylogtreecommitdiffstats
path: root/labview-2010.install
diff options
context:
space:
mode:
Diffstat (limited to 'labview-2010.install')
-rw-r--r--labview-2010.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/labview-2010.install b/labview-2010.install
new file mode 100644
index 000000000000..a2a1c4948c91
--- /dev/null
+++ b/labview-2010.install
@@ -0,0 +1,18 @@
+post_install() {
+ echo "Updating icon cache"
+ xdg-icon-resource forceupdate --theme hicolor
+
+ echo "Updating desktop database"
+ update-desktop-database -q
+
+ echo "Updating mime database"
+ update-mime-database /usr/share/mime
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}