blob: 1ab438388410309eb3c543eabf39d9243966e972 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo '------------------------------------------------------------------------------------'
echo 'Run the script at startup or at login, for example, simply symlink the included'
echo 'kodi-prevent-xscreensaver.desktop to your autostart dir:'
echo
echo ' ln -s /usr/share/applications/kodi-prevent-xscreensaver.desktop ~/.config/autostart'
echo '------------------------------------------------------------------------------------'
}
|