void-packages/srcpkgs/flatpak/INSTALL

9 lines
135 B
Plaintext
Raw Normal View History

2017-04-13 17:37:23 +02:00
#!/bin/sh
#
# This scripts setups directories in /var/lib/flatpak.
#
case "${ACTION}" in
post) flatpak remote-list >/dev/null ;;
esac