summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL15
1 files changed, 0 insertions, 15 deletions
diff --git a/.INSTALL b/.INSTALL
deleted file mode 100644
index c4db1f71ff29..000000000000
--- a/.INSTALL
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database /usr/share/mime || true
- update-desktop-database /usr/share/applications || true
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}