aports/community/apk-polkit-rs/apk-polkit-rs.post-install

9 lines
262 B
Bash

#!/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__