post_install() { echo '--------------------------------------------------------------------------' echo 'README' echo 'https://github.com/tritonas00/system-tar-and-restore/blob/master/README.md' echo '--------------------------------------------------------------------------' echo 'QUICK INSTRUCTIONS' echo echo 'MAIN SCRIPT' echo 'Run as root: star.sh' echo 'The sample configuration file for backup mode can be found at /usr/share/system-tar-and-restore/backup.conf' echo echo 'GUI WRAPPER' echo 'Run as root: star-gui.sh or use the system-tar-and-restore desktop entry' echo '--------------------------------------------------------------------------' }