summarylogtreecommitdiffstats
path: root/simsu.install
diff options
context:
space:
mode:
authorGraeme Gott2015-06-09 05:32:01 -0400
committerGraeme Gott2015-06-09 05:45:46 -0400
commitadd542a489a9f7f404b6716059f72963c8d007b3 (patch)
tree7cecc8eaac36a37f5de9d1496dd8e115db780a5b /simsu.install
downloadaur-add542a489a9f7f404b6716059f72963c8d007b3.tar.gz
Initial import
Diffstat (limited to 'simsu.install')
-rw-r--r--simsu.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/simsu.install b/simsu.install
new file mode 100644
index 000000000000..1c0de2e4fa61
--- /dev/null
+++ b/simsu.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}