summarylogtreecommitdiffstats
path: root/isolate.install
diff options
context:
space:
mode:
Diffstat (limited to 'isolate.install')
-rw-r--r--isolate.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/isolate.install b/isolate.install
index b9c5ae0f9f05..ed79d5767e5b 100644
--- a/isolate.install
+++ b/isolate.install
@@ -17,6 +17,10 @@ post_install() {
fi
}
+post_upgrade() {
+ post_install $1
+}
+
post_remove() {
groupdel isolate
}