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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
clips
/
clips.install
blob
1e4c2b4bb3ddaeada5da2fff95326cc6f393541a
1
2
# arg 1: the new package version
3
post_install()
4
{
5
echo "Now you can launch X11-based version with: clips"
6
echo "And console-based version with: clips-console"
7
}
8
9
# arg 1: the new package version
10
# arg 2: the old package version
11
post_upgrade()
12
{
13
post_install $1
14
}