summarylogtreecommitdiffstats
path: root/tui-mines.install
blob: e880eea4361afbc670c84d500eb0dd5a1fe5834b (plain)
1
2
3
4
5
6
post_install() {
    ## copy in required files. The script does not copy these over.
    echo "For tui-mines to function properly, you need to run these commands:"
    echo "cp /etc/tui-mines.config ~/.config/tui-mines/tui-mines.config"
    echo "cp -r /usr/share/tui-mines/tui-mines.png ~/.cache/tui-mines/"
}