repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git]
/
repo_manager
/
repo_manager.install
blob
4dba476450cd01acb04e5489d69af6622c0dc31b
1
post_install() {
2
cat << EOF
3
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):
6
7
eval "\`repo_manager genalias\`"
8
9
This will create some handy aliases for each repository.
10
- myrepo_updatedb
11
- myrepo_add
12
...
13
EOF
14
}
15
16
post_upgrade() {
17
post_install $1
18
}
19
20
post_remove() {
21
/bin/true
22
}