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 22 16:00:49 UTC 2012
[aur-mirror.git]
/
ndn
/
ndn.install
blob
a2d1bcd8e5798f525fb1de2abcb38a2f7d1968d8
1
# Symbolic link for ndn
2
3
post_install(){
4
ln -s /opt/ndn/ndn /usr/bin/ndn
5
}
6
post_remove(){
7
rm /usr/bin/ndn
8
}