diff options
| author | 1Conan <7620342+1Conan@users.noreply.github.com> | 2021-11-05 01:47:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 13:47:21 -0400 |
| commit | c1662728c3a87abda8aa737a334539d4189ab18b (patch) | |
| tree | d65949caaceb10ee97d2dff2ce75d07e56e56d4c /control.sh | |
| parent | df1cc52eccb739c2561e6002b18dee0c48137f1a (diff) | |
| download | ldid-c1662728c3a87abda8aa737a334539d4189ab18b.tar.gz ldid-c1662728c3a87abda8aa737a334539d4189ab18b.zip | |
Cleanup and switch to a Makefile (#7)
Diffstat (limited to 'control.sh')
| -rwxr-xr-x | control.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/control.sh b/control.sh deleted file mode 100755 index 7a11d56..0000000 --- a/control.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -dir=$1 -dir=${dir:=_} -sed -e "s@^\(Version:.*\)@\1$(./version.sh)@" control -echo "Installed-Size: $(du -s "${dir}" | cut -f 1)" |
