void-packages/srcpkgs/flatpak/INSTALL
2017-04-14 13:26:02 +02:00

9 lines
135 B
Plaintext

#!/bin/sh
#
# This scripts setups directories in /var/lib/flatpak.
#
case "${ACTION}" in
post) flatpak remote-list >/dev/null ;;
esac