aboutsummaryrefslogtreecommitdiffstats
path: root/community/appstream/appstream.post-upgrade
blob: 5a63845bb851831b8829e6b90c9e7ae880a56639 (plain)
1
2
3
4
5
6
#!/bin/sh

umask 022
/usr/bin/appstreamcli refresh-cache --force

exit 0