summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install16
1 files changed, 0 insertions, 16 deletions
diff --git a/install b/install
deleted file mode 100644
index a3292a2070bc..000000000000
--- a/install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- if [[ -x usr/bin/xdg-icon-resource ]]; then
- usr/bin/xdg-icon-resource forceupdate
- fi
- if [[ -x usr/bin/update-desktop-database ]]; then
- usr/bin/update-desktop-database -q
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}