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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
stumpwm-git
/
stumpwm.install
blob
3661fa6e3925cd9e8d30b9a4b1ee67d4ffa18b53
1
post_install() {
2
cd /usr/share/info
3
install-info stumpwm.info dir
4
cat << "EOM"
5
To load contrib/ modules, put the following line in your ~/.stumpwmrc:
6
(set-contrib-dir "/usr/share/stumpwm")
7
EOM
8
}
9
10
post_upgrade() {
11
post_install
12
}
13
14
pre_remove() {
15
cd /usr/share/info
16
install-info --remove stumpwm.info dir
17
}