aboutsummaryrefslogtreecommitdiffstats
path: root/control.sh
blob: 7a11d56acc4d429eade335d7d14ecdc7d708b486 (plain) (blame)
1
2
3
4
5
#!/bin/bash
dir=$1
dir=${dir:=_}
sed -e "s@^\(Version:.*\)@\1$(./version.sh)@" control
echo "Installed-Size: $(du -s "${dir}" | cut -f 1)"