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 04:01:21 UTC 2012
[aur-mirror.git]
/
keepass-it
/
keepass-it.install
blob
f8d2de85aecb050cc3032c1d93d3732114e47976
1
post_install(){
2
echo -e "\n\e[0;34m>> Start KeePass, goto View -> Change Language... and select 'Italian',"
3
echo -e ">> then restart KeePass."
4
echo -e "\e[0m"
5
}
6
post_upgrade(){
7
post_install $1
8
}
9