summarylogtreecommitdiffstats
path: root/pithos.install
diff options
context:
space:
mode:
authorSteven Allen2015-06-09 11:37:10 -0400
committerSteven Allen2015-06-09 11:43:19 -0400
commit4bbf6b0a16994576856062d0dbd6a9851305de0f (patch)
tree5526d033d86f863447790ffb0a9658400924e8e6 /pithos.install
downloadaur-4bbf6b0a16994576856062d0dbd6a9851305de0f.tar.gz
Initial commit
Diffstat (limited to 'pithos.install')
-rw-r--r--pithos.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pithos.install b/pithos.install
new file mode 100644
index 000000000000..db6d40bae922
--- /dev/null
+++ b/pithos.install
@@ -0,0 +1,12 @@
+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
+}