diff options
author | aksr | 2023-10-04 08:58:23 +0200 |
---|---|---|
committer | aksr | 2023-10-04 08:58:23 +0200 |
commit | d4e53253c01ae5e95d8fcec31a00e668fbdb8b6e (patch) | |
tree | 753b26c41c710b0d4193c7a3f5bc5c0820804c73 /fish-irssi-git.install | |
parent | fd959441a2efcd1f51b411536f9d30c91af54771 (diff) | |
download | aur-d4e53253c01ae5e95d8fcec31a00e668fbdb8b6e.tar.gz |
...
Diffstat (limited to 'fish-irssi-git.install')
-rw-r--r-- | fish-irssi-git.install | 11 |
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 } - |