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