Skip to content

Commit

Permalink
postinst script to let the user know they should source zaje.sh so it…
Browse files Browse the repository at this point in the history
… affects the

current session.

(Sourcing from postinst won't affect the session the package was
installed from)
  • Loading branch information
jessp01 committed Feb 19, 2025
1 parent d47e780 commit 713b605
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/postinst.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
echo "run '. /etc/profile.d/zaje.sh' to define the Zaje aliases for your current session.
Will be sourced automatically for future sessions."
cat << EOF
##############################################################################################
# run '. /etc/profile.d/zaje.sh' to define the Zaje aliases for your current session. #
# They will be sourced automatically in future sessions. #
##############################################################################################
EOF

0 comments on commit 713b605

Please sign in to comment.