summarylogtreecommitdiffstats
path: root/pithos.install
diff options
context:
space:
mode:
authorSteven Allen2016-05-01 10:24:35 -0400
committerSteven Allen2016-05-01 10:24:35 -0400
commitc81a2dd7e975e4eb387ca7f75c2060a2a42b9e9a (patch)
treec7a67b8ed3f58e3c5c054c458fa1a46c3015c343 /pithos.install
parentc73bf26e07f6d9a902cbc20da53e18a2f5809bc9 (diff)
downloadaur-c81a2dd7e975e4eb387ca7f75c2060a2a42b9e9a.tar.gz
Remove install file
Diffstat (limited to 'pithos.install')
-rw-r--r--pithos.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pithos.install b/pithos.install
deleted file mode 100644
index db6d40bae922..000000000000
--- a/pithos.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}