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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
rescue-max
/
rescue-max.install
blob
bbabf73aa7be348c41ea680a7babe4f5bce6e343
1
# Create symlink to program
2
3
post_install() {
4
ln -s /opt/rescue-max/rescue-max /usr/bin/rescue-max
5
}
6
7
# Remove symlink when uninstalling
8
9
pre_remove() {
10
rm /usr/bin/rescue-max
11
}