Package reduce: Scripts

Post install

/usr/bin/fc-cache /usr/share/fonts/ttf/reduce
/usr/bin/fc-cache /usr/share/fonts/type1/reduce
Post uninstall

1
2
3
if [ "$1" = "0" ]; then 
/usr/bin/fc-cache --system-only || : 
fi