Summary: Core web fonts by Microsoft Name: corefonts Version: 1 Release: ub1 Group: Applications/Internet Copyright: Copyright Microsoft Packager: David W. Aquilina, # Prevents rpm build from erroring and halting %undefine __check_files %description RPM to install Microsoft core web fonts %prep echo %files /usr/share/fonts/msttcorefonts %post if test $1 -eq 1 then /usr/sbin/chkfontpath --add /usr/share/fonts/msttcorefonts fi # something has probably changed, update the font-config cache if test -x /usr/bin/fc-cache then /usr/bin/fc-cache fi %preun if test $1 -eq 0 then /usr/sbin/chkfontpath --remove /usr/share/fonts/msttcorefonts fi