summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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