summarylogtreecommitdiffstats
path: root/workbench.install
diff options
context:
space:
mode:
authorZeph2017-09-24 10:53:15 +0200
committerZeph2017-09-24 10:53:15 +0200
commit9131a0542f5d459abee3c0c953c6e4ff655dfcf7 (patch)
tree6b1e6e0ee4856971fcb08b70122ea4b445d3c5dc /workbench.install
parent20b6a049f9f46ca9c54cc2b9baa95e6a18629868 (diff)
downloadaur-9131a0542f5d459abee3c0c953c6e4ff655dfcf7.tar.gz
V1.8.1
Diffstat (limited to 'workbench.install')
-rw-r--r--workbench.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/workbench.install b/workbench.install
deleted file mode 100644
index 47b20518d56f..000000000000
--- a/workbench.install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-