summarylogtreecommitdiffstats
path: root/dbgate.install
diff options
context:
space:
mode:
Diffstat (limited to 'dbgate.install')
-rw-r--r--dbgate.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbgate.install b/dbgate.install
new file mode 100644
index 000000000000..0a6b5d7550c8
--- /dev/null
+++ b/dbgate.install
@@ -0,0 +1,7 @@
+post_install() {
+ chmod u+s /opt/DbGate/chrome-sandbox
+}
+
+post_upgrade() {
+ post_install
+}