blob: 0202566de5c41327ce7cb3c329a1c5ae340b4fa2 (
plain)
1
2
3
4
5
6
|
post_install() {
## Inform about copying in required files.
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/"
}
|