aboutsummaryrefslogtreecommitdiffstats
path: root/community/apk-polkit-rs/apk-polkit-rs.post-install
blob: 029a245ce10d772a8492bfa9f2a8582fd10b2ce3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

cat << __EOF__
* apk-polkit-rs should be running for the service to be available for
* GNOME Software. Please run:
* "rc-update add apk-polkit-server default && rc-service apk-polkit-server start"
* if you want GNOME Software to work with APK
__EOF__