summarylogtreecommitdiffstats
path: root/onos.install
diff options
context:
space:
mode:
Diffstat (limited to 'onos.install')
-rw-r--r--onos.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/onos.install b/onos.install
index fe8ec638668e..c15f62e918e8 100644
--- a/onos.install
+++ b/onos.install
@@ -9,4 +9,8 @@ post_install() {
chown -R sdn:sdn '/opt/onos'
}
+post_upgrade() {
+ post_install
+}
+
# vim: set ts=4 sw=4 et: