repo.or.cz
/
paula.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
paula.pasplugins based on paula.plonepas
[paula.git]
/
recreate_pkg_symlinks
blob
ada3a621988a42c71690c830ae77d07fd9a5cdde
1
#!/bin/sh
2
3
rm
-f
_paula.
*
4
for
i
in
paula.
*;
do
5
ln
$i
/
src
/
paula
/
$
(
echo
$i
| cut
-d
.
-f2
)
_
$i
-s
6
done