Hey all. The title says it all. I've tried 4 different methods to fix this issue and can't seem to figure it out. Here is the output:

root@Kali:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
libglade2.0-cil libglib2.0-cil libgtk2.0-cil
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 2,942 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 316070 files and directories currently installed.)
Removing libglade2.0-cil (2.12.40-2) ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.4.glade-sharp.installcligac
dpkg: error processing package libglade2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libgtk2.0-cil (2.12.40-2) ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.4.pango-sharp.installcligac
dpkg: error processing package libgtk2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Removing libglib2.0-cil (2.12.40-2) ...
E: File does not exist: /usr/share/cli-common/packages.d/policy.2.6.glib-sharp.installcligac
dpkg: error processing package libglib2.0-cil (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
libglade2.0-cil
libgtk2.0-cil
libglib2.0-cil
E: Sub-process /usr/bin/dpkg returned an error code (1)

I'm not sure if this will have any effect on my system or not but I haven't run into this error before. I actually haven't even booted into Kali in over a month (dual-booted with Win 10 Pro on this laptop) which is why I was running updates/upgrades. Any ideas? I've tried apt-get remove --purge "x" "x" "x", apt-get update --fix-missing, apt-get clean && apt-get update && apt-get dist-upgrade, dpkg --remove "x" "x" "x", etc. You get the idea. What am I missing and how did this happen? Any help would be appreciated.