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]
/
bigloo-devel
/
satisfy-ldconfig.sh
blob
d41b09358b499afa1dcc8ed29a0778bd02c50653
1
#!/bin/sh
2
3
path
=
"
$1
"
4
name
=
`basename "
$path
"`
5
6
mv
"
$path
"
"
$path
.0.0.0"
7
chmod
+
x
"
$path
.0.0.0"
8
9
rm
-f
"
$path
"
10
rm
-f
"
$path
.0"
11
12
ln
-s
"
$name
.0.0.0"
"
$path
"
13
ln
-s
"
$name
.0.0.0"
"
$path
.0"