diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-04 11:14:05 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-04 11:14:05 -0700 |
commit | 14de2b3aa9bdbce41d2f2c7031b2f024f62d8814 (patch) | |
tree | e1b2c8be6678837afbbd9060748296cc27d90567 | |
parent | d3b5a9835efe095ee7c511a34fa5fda88a50083a (diff) |
I seriously copy/pasted %@ into a shell script :/.
-rwxr-xr-x | Library/fixhalf.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/fixhalf.sh b/Library/fixhalf.sh index 73fcfa9..325493c 100755 --- a/Library/fixhalf.sh +++ b/Library/fixhalf.sh @@ -1,6 +1,6 @@ #!/bin/bash -rm -f /var/lib/dpkg/info/%@.prerm -rm -f /var/lib/dpkg/info/%@.postrm -rm -f /var/lib/dpkg/info/%@.preinst -rm -f /var/lib/dpkg/info/%@.postinst -rm -f /var/lib/dpkg/info/%@.extrainst_ +rm -f /var/lib/dpkg/info/"$1".prerm +rm -f /var/lib/dpkg/info/"$1".postrm +rm -f /var/lib/dpkg/info/"$1".preinst +rm -f /var/lib/dpkg/info/"$1".postinst +rm -f /var/lib/dpkg/info/"$1".extrainst_ |