summarylogtreecommitdiffstats
path: root/mysql-workbench.install
diff options
context:
space:
mode:
authorChristian Hesse2016-04-28 20:03:15 +0200
committerChristian Hesse2016-04-28 20:03:15 +0200
commitd933d65c5844f67fdccaae47765c54bd30815613 (patch)
treeec79cb216df3d85d3f76107b29f453134238902f /mysql-workbench.install
parentfa2894ab825621922acfced4fea6ba7df5ef835c (diff)
downloadaur-d933d65c5844f67fdccaae47765c54bd30815613.tar.gz
Hooks! (Remove install file...)
Diffstat (limited to 'mysql-workbench.install')
-rw-r--r--mysql-workbench.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-workbench.install b/mysql-workbench.install
deleted file mode 100644
index a7bbe097a7c3..000000000000
--- a/mysql-workbench.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-