blob: 1cbc08fb32d974ab06b2cefa614c9ce43a341b92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo ">>> If you installed the module in the default directory, "
echo " you just need to run the following command inside irssi to load it: "
echo ""
echo " /load fish"
}
post_upgrade() {
post_install
}
|