Compare commits

..

No commits in common. "b15acfd5fe674906cec8f5ef4d138c3542424339" and "cd14bb788ba4730ac2120de16744165f5c52bafa" have entirely different histories.

3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,8 +3,6 @@
.LSOverride
.idea
._*
*.deb
.Spotlight-V100
.Trashes

View File

@ -21,6 +21,8 @@ cd unpack
find usr -type f | xargs md5sum > DEBIAN/md5sums
_size=$(du -d 0 usr | cut -f1)
du -d 0 usr
echo $_size
sed -i "s/{{size}}/${_size}/" DEBIAN/control
sed -i "s/{{version}}/${version}/" DEBIAN/control

BIN
hosts-switch-3.0.0.deb Normal file

Binary file not shown.