aports/testing/appstream/appstream.post-install
Leo 70acd16c27 testing/appstream: new aport
https://distributions.freedesktop.org/wiki/AppStream
Provides a standard for creating app stores across distributions
2019-08-28 14:55:47 -03:00

7 lines
73 B
Bash

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