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
12 echo ">>>> Please have a look at /etc/sysconfig/ifled to configure ifled."
18 # arg 1: the new package version
19 # arg 2: the old package version
24 # arg 1: the new package version
25 # arg 2: the old package version
32 # arg 1: the old package version
37 # arg 1: the old package version
44 [ "$(type -t "$op")" = "function" ] && $op "$@"
46 # vim:set ts=2 sw=2 et: