diff options
Diffstat (limited to 'Library')
-rwxr-xr-x | Library/fixhalf.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/fixhalf.sh b/Library/fixhalf.sh new file mode 100755 index 0000000..73fcfa9 --- /dev/null +++ b/Library/fixhalf.sh @@ -0,0 +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_ |