projects
/
cydia.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Remove obsolete -[ProgressController isRunning].
[cydia.git]
/
control.sh
Commit
Line
Data
3adcfba7
JF
1
#!/bin/bash
2
dir=$1
3
dir=${dir:=_}
4
sed -e "s@^\(Version:\).*@\1 $(./version.sh)@" control
5
echo "Installed-Size: $(du -s "${dir}" | cut -f 1)"