summarylogtreecommitdiffstats
path: root/psi-git.install
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2016-05-19 16:02:18 +0200
committerHyacinthe Cartiaux2016-05-19 16:03:52 +0200
commit9b5ac9dd0c2aaa0c028ca86eb44a59d0d4379aac (patch)
tree9a5ad5d7f62f8aace1c574847894e20f6e0eae3e /psi-git.install
parent31ce1d25984675f97b380b856accdd7334816fcb (diff)
downloadaur-9b5ac9dd0c2aaa0c028ca86eb44a59d0d4379aac.tar.gz
Remove the install script (deprecated)
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
-}