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]
/
perl-sepia
/
sepia.install
blob
3ecc338351598333c95bd57fa9fa22e04a1d8591
1
#!/bin/sh
2
3
INFO_BASE
=
"/usr/share/info"
4
INFO_DIR
=
"
${INFO_BASE}
/dir"
5
6
post_install
()
7
{
8
# Add link to sepia info page in directory
9
install-info
"
${INFO_BASE}
/sepia.info"
"
$INFO_DIR
"
10
}
11
12
pre_remove
()
13
{
14
install-info
--remove
"
${INFO_BASE}
/sepia.info"
"
$INFO_DIR
"
15
}