summaryrefslogtreecommitdiff
path: root/upgrade/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade/update.sh')
-rwxr-xr-xupgrade/update.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/upgrade/update.sh b/upgrade/update.sh
index 1aeb2e9..a4d3534 100755
--- a/upgrade/update.sh
+++ b/upgrade/update.sh
@@ -23,6 +23,8 @@ else
${RUN} ${PATCH_DIR}/${PATCH}
done
+ ${RUN} /usr/share/upgrade/update-post.sh
+
echo "SUCCESS: Upgrade successfully finished" > ${RESULT_FILE}
fi