summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-03 15:58:48 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-03-03 15:58:48 -0500
commit09f0d2fff6ca19ad1ab7a6250fb7c50eeee393d1 (patch)
tree4179e8744b430aa69da4f422e457cd0c0cc19ee1 /func.spec
parentbdc3f700d2ddee513173cd3ae6a82de11011bf84 (diff)
downloadthird_party-func-09f0d2fff6ca19ad1ab7a6250fb7c50eeee393d1.tar.gz
third_party-func-09f0d2fff6ca19ad1ab7a6250fb7c50eeee393d1.tar.xz
third_party-func-09f0d2fff6ca19ad1ab7a6250fb7c50eeee393d1.zip
add update script to %post
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/func.spec b/func.spec
index c43da30..d7b87d3 100644
--- a/func.spec
+++ b/func.spec
@@ -102,6 +102,10 @@ else
ln -sf /etc/init.d/funcd /etc/rc.d/rc${i}.d/S99funcd
done
fi
+
+# upgrade old installs if needed
+/usr/bin/update-func
+
exit 0
%preun