summarylogtreecommitdiffstats
path: root/tui-sudoku.install
blob: 6df699c2553254a0fa55df4abbb28a41b1354147 (plain)
1
2
3
4
5
6
7
8
post_install() {
    ## Inform about copying in required files.
    echo "For tui-sudoku to function properly, you need to run these commands:"
    echo "mkdir -p ~/.config/tui-sudoku/ ~/.cache/tui-sudoku/saved_games/"
    echo "touch ~/.cache/tui-sudoku/history.txt ~/.cache/tui-sudoku/hiscores.txt"
    echo "cp /etc/tui-sudoku.config ~/.config/tui-sudoku/tui-sudoku.config"
    echo "cp -r /usr/share/tui-sudoku/png ~/.cache/tui-sudoku/"
}