blob: 36f30bba22f3fcf5b6411e6eba9eb6f812789073 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "==>"
echo "==> !!! ATTENTION !!!"
echo "==> You need to symlink a file to autostart when you log in:"
echo "==> $ ln -s /usr/share/kservices5/yubioath-krunner.py ~/.config/autostart-scripts/yubioath-krunner.py"
echo "==> You may need to sign out and back in to start the service."
echo "==>"
}
|