]> git.saurik.com Git - patcyh.git/blob - control.sh
For some reason, lsd crashes on iOS 8.3 with this.
[patcyh.git] / control.sh
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)"