updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / repo_manager / repo_manager.install
blob4dba476450cd01acb04e5489d69af6622c0dc31b
1 post_install() {
2   cat << EOF
4 Repo Manager can add aliases to your favorite shell to make it easier to use.
5 Add this in your shell's initialization (.bashrc, .zshrc, whatever):
7 eval "\`repo_manager genalias\`"
9 This will create some handy aliases for each repository.
10  - myrepo_updatedb
11  - myrepo_add
12  ...
13 EOF
16 post_upgrade() {
17   post_install $1
20 post_remove() {
21   /bin/true