summaryrefslogtreecommitdiff
path: root/debian/libaul-1-executable.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libaul-1-executable.postinst')
-rw-r--r--debian/libaul-1-executable.postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/libaul-1-executable.postinst b/debian/libaul-1-executable.postinst
new file mode 100644
index 00000000..9ad55cd0
--- /dev/null
+++ b/debian/libaul-1-executable.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ "${USER}" = "root" ]
+then
+ chown root:root /usr/bin/launchpad_preloading_preinitializing_daemon
+ chown root:root /etc/rc.d/init.d/launchpad_run
+fi
+
+chmod 755 /usr/bin/launchpad_preloading_preinitializing_daemon
+chmod 755 /etc/rc.d/init.d/launchpad_run