summarylogtreecommitdiffstats
path: root/sinerider.install
diff options
context:
space:
mode:
Diffstat (limited to 'sinerider.install')
-rw-r--r--sinerider.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/sinerider.install b/sinerider.install
new file mode 100644
index 000000000000..164652586ef4
--- /dev/null
+++ b/sinerider.install
@@ -0,0 +1,13 @@
+# Maintainers: swyter <swyterzone+aur@gmail.com>
+
+post_upgrade()
+{
+ # make the svg icon appear correctly without having to wait for a restart:
+ gtk-update-icon-cache -f "/usr/share/icons/hicolor"
+}
+post_install()
+{
+ # call that thing up there :)
+ post_upgrade
+}
+