summarylogtreecommitdiffstats
path: root/aliasrc.install
blob: cb9026303063b007c43ab1f0555e129b34decb83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << _EOF

==> Installation:
==> To use aliasrc add the following line to your shell initialization file:
==> '[[ -e /etc/aliasrc ]] && source /etc/aliasrc'
==>
==> You can create a ~/.aliasrc file for custom per-user aliases


_EOF
}

post_upgrade() {
  post_install
}