summarylogtreecommitdiffstats
path: root/procexp.install
diff options
context:
space:
mode:
Diffstat (limited to 'procexp.install')
-rw-r--r--procexp.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/procexp.install b/procexp.install
deleted file mode 100644
index 8658a2cfa7d6..000000000000
--- a/procexp.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true
- [[ -x /usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}