summarylogtreecommitdiffstats
path: root/scilab.install
diff options
context:
space:
mode:
Diffstat (limited to 'scilab.install')
-rw-r--r--scilab.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/scilab.install b/scilab.install
new file mode 100644
index 000000000000..4b637a8873d2
--- /dev/null
+++ b/scilab.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-mime-database usr/share/mime
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}