aboutsummaryrefslogtreecommitdiffstats
path: root/testing/otrs/otrs-setup.post-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/otrs/otrs-setup.post-deinstall')
-rw-r--r--testing/otrs/otrs-setup.post-deinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/otrs/otrs-setup.post-deinstall b/testing/otrs/otrs-setup.post-deinstall
new file mode 100644
index 0000000000..027f87c441
--- /dev/null
+++ b/testing/otrs/otrs-setup.post-deinstall
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/var/lib/otrs/bin/otrs.SetPermissions.pl --web-group=www-data >/dev/null
+
+exit 0