summarylogtreecommitdiffstats
path: root/karaokemugen.install
blob: d1aefa87b931610bc4bd461976c1398989c4944e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo "TIP: This package ships with tools to help you with Karaoke Mugen installation"
    echo "- karaokemugen-install interactively creates the initial configuration and helps you with database setup."
    echo "- karaokemugen launches the app with Electron UI."
}

post_remove() {
    # Eventually make the user think of resources directories
    echo
}