summarylogtreecommitdiffstats
path: root/psi-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'psi-git.install')
-rw-r--r--psi-git.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/psi-git.install b/psi-git.install
deleted file mode 100644
index 856615fd537e..000000000000
--- a/psi-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}