blob: 778393b8c42a2902b7dc0b86425ac86c22896a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
}
|