summarylogtreecommitdiffstats
path: root/veusz.install
diff options
context:
space:
mode:
Diffstat (limited to 'veusz.install')
-rw-r--r--veusz.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/veusz.install b/veusz.install
deleted file mode 100644
index b764056f3b30..000000000000
--- a/veusz.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo "update mime database..."
- update-mime-database /usr/share/mime/ > /dev/null
- echo "update desktop database..."
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}