1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
9 # arg 1: the new package version
15 # arg 1: the new package version
16 # arg 2: the old package version
21 # arg 1: the new package version
22 # arg 2: the old package version
28 # arg 1: the old package version
33 # arg 1: the old package version
40 [ "$(type -t "$op")" = "function" ] && $op "$@"
42 # vim:set ts=2 sw=2 et: