
| Current Path : /var/lib/dpkg/info/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/lib/dpkg/info/ttf-mscorefonts-installer.prerm |
#!/bin/sh set -e rm -f /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer.* # Automatically added by dh_installdeb/12.1.1ubuntu1 dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-mscorefonts-installer.hints 3.4 -- "$@" # End automatically added section if [ "$1" = "remove" ] && [ -e /var/lib/msttcorefonts/ms-fonts ]; then echo "Removing the downloaded fonts..." rm -f /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer cd /usr/share/fonts/truetype/msttcorefonts && \ rm -f `cat /var/lib/msttcorefonts/ms-fonts` rm -f '/usr/share/doc/msttcorefonts/READ_ME!.gz' rm -f '/usr/share/doc/ttf-mscorefonts-installer/READ_ME!.gz' rm -r /var/lib/msttcorefonts/ms-fonts rmdir --ignore-fail-on-non-empty /usr/share/fonts/truetype/msttcorefonts fi exit 0