1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/appstream/appstream.post-upgrade

6 lines
73 B
Bash

#!/bin/sh
umask 022
/usr/bin/appstreamcli refresh-cache --force
exit 0