summarylogtreecommitdiffstats
path: root/mathematica.install
diff options
context:
space:
mode:
Diffstat (limited to 'mathematica.install')
-rw-r--r--mathematica.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/mathematica.install b/mathematica.install
deleted file mode 100644
index 34cdf2448f2f..000000000000
--- a/mathematica.install
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgname=mathematica
-
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
- update-mime-database usr/share/mime &>/dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}