summarylogtreecommitdiffstats
path: root/xchat-se.install
diff options
context:
space:
mode:
authorMarkus Kitsinger (SwooshyCueb)2016-03-15 00:11:32 -0500
committerMarkus Kitsinger (SwooshyCueb)2016-03-15 00:11:32 -0500
commitb29b672716a44838dc663d972c237b5fc84bf051 (patch)
treed23568e829d01d579f7cc658c2f69af135c765b2 /xchat-se.install
downloadaur-b29b672716a44838dc663d972c237b5fc84bf051.tar.gz
Initial commit
Diffstat (limited to 'xchat-se.install')
-rw-r--r--xchat-se.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/xchat-se.install b/xchat-se.install
new file mode 100644
index 000000000000..82a3d6766ea1
--- /dev/null
+++ b/xchat-se.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}