14 Mar
2007
14 Mar
'07
10:33 p.m.
On Wed, 2007-03-14 at 23:22 +0100, Mark Rosenstand wrote:
It could be a single executable taking 2 arguments, <pre|post> <add|rm|up> - perhaps upgrades could be shaved off by doing rm + add but in some cases that would cause double work (e.g. re-generating caches)
Or a single argument using a dash for separation, so one could do efficient one-line scripts like case "$1" in post-*) fc-cache -s ;; esac