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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
sqlninja
/
sqlninja.install
blob
a92cf67ec8f196127aa52f4e7bda76f67a39f5a4
1
post_install() {
2
echo ""
3
echo "[+] run '/usr/bin/sqlninja' to call the application"
4
echo "[+] a default config file resides at '/usr/share/sqlninja/sqlninja.conf'"
5
echo ">>> the sqlninja HOWTO resides at '/usr/share/sqlninja/doc/sqlninja-howto.html'"
6
echo ""
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12