aboutsummaryrefslogtreecommitdiffstats
path: root/community/appstream/appstream.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/appstream/appstream.post-install')
-rw-r--r--community/appstream/appstream.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/appstream/appstream.post-install b/community/appstream/appstream.post-install
new file mode 100644
index 0000000000..5a63845bb8
--- /dev/null
+++ b/community/appstream/appstream.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+umask 022
+/usr/bin/appstreamcli refresh-cache --force
+
+exit 0