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 Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git]
/
libsmi
/
libsmi.install
blob
14638dbf61e60810771f993cbfa1cf6f9be5d1cd
1
post_install() {
2
if [ ! -d /usr/share/licenses/libsmi ]
3
then
4
mkdir /usr/share/licenses/libsmi
5
fi
6
7
if [ ! -f /usr/share/licenses/libsmi/LICENSE ]
8
then
9
cp LICENSE /usr/share/licenses/libsmi/LICENSE
10
fi
11
12
}
13
14
# vim:set ts=2 sw=2 et: