diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-05 00:57:41 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-05 00:57:41 -0700 |
commit | 7cf0c7b3cdd2c1e190fcbd8d05ac5775d935b687 (patch) | |
tree | b2d97f4edd1fe725b882aa9bee8b23f562a23411 /Library | |
parent | d59938e3a2131e61f875f6eff48af5f89f57c732 (diff) |
No: inline implementation is *equally* invalid ;P.
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/fixhalf.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/fixhalf.sh b/Library/fixhalf.sh deleted file mode 100755 index 325493c..0000000 --- a/Library/fixhalf.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -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_ |