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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
sithwm-cvs
/
sithwm.install
blob
2c127eb4910b4267b7e4879c55432357523901c5
1
# arg 1: the new package version
2
post_install() {
3
echo "A sample config file can be found under /usr/share/sithwm"
4
}
5
6
post_upgrade() {
7
echo "A sample config file can be found under /usr/share/sithwm"
8
}
9
10
op=$1
11
shift
12
[ "$(type -t "$op")" = "function" ] && $op "$@"
13
14
# vim:set ts=2 sw=2 et: