summarylogtreecommitdiffstats
path: root/fish-irssi-git.install
diff options
context:
space:
mode:
authoraksr2023-10-04 08:58:23 +0200
committeraksr2023-10-04 08:58:23 +0200
commitd4e53253c01ae5e95d8fcec31a00e668fbdb8b6e (patch)
tree753b26c41c710b0d4193c7a3f5bc5c0820804c73 /fish-irssi-git.install
parentfd959441a2efcd1f51b411536f9d30c91af54771 (diff)
downloadaur-d4e53253c01ae5e95d8fcec31a00e668fbdb8b6e.tar.gz
...
Diffstat (limited to 'fish-irssi-git.install')
-rw-r--r--fish-irssi-git.install11
1 files changed, 5 insertions, 6 deletions
diff --git a/fish-irssi-git.install b/fish-irssi-git.install
index 778393b8c42a..1cbc08fb32d9 100644
--- a/fish-irssi-git.install
+++ b/fish-irssi-git.install
@@ -1,11 +1,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"
+ 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
+ post_install
}
-