From 09f0d2fff6ca19ad1ab7a6250fb7c50eeee393d1 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 3 Mar 2008 15:58:48 -0500 Subject: add update script to %post --- func.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'func.spec') 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 -- cgit