blob: 76aeede9d7cda5718364d57d619cb687ffb827ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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_upgrade() {
echo "You may need to run karaokemugen-install again. Keep that in mind."
}
post_remove() {
echo "The media files downloaded are still in the directory you set (~/KaraokeMugen/ by default)."
echo "Delete them to free space if you want."
}
|