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
14 # arg 1: the new package version
15 # arg 2: the old package version
20 # arg 1: the new package version
21 # arg 2: the old package version
26 # arg 1: the old package version
31 # arg 1: the old package version
38 [ "$(type -t "$op")" = "function" ] && $op "$@"
40 # vim:set ts=2 sw=2 et: