diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-02 11:15:47 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-02 11:15:47 +0000 |
commit | fda0e863fd40edba13706020957933243c6e59f1 (patch) | |
tree | 84928d4cb7fd68b046f78a5882a5a9dac974a06f /Library/firmware.sh | |
parent | 5b72e7e3c6cc78c490e731645ac30c9719db3b48 (diff) |
Fixing a stupid warning.
Diffstat (limited to 'Library/firmware.sh')
-rwxr-xr-x | Library/firmware.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh index e0ef0ab..ee8e26a 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -32,6 +32,8 @@ Name: Apple iPhone Firmware EOF fi && mv -f /var/lib/dpkg/status{_,} +echo "/." >/var/lib/dpkg/info/firmware.list + if [[ ${version} = 1.0* || ${version} = 1.1.[012] ]]; then user=root else |