From 14de2b3aa9bdbce41d2f2c7031b2f024f62d8814 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 4 Jul 2015 11:14:05 -0700 Subject: I seriously copy/pasted %@ into a shell script :/. --- Library/fixhalf.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') 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_ -- cgit v1.2.3