summarylogtreecommitdiffstats
path: root/spiderfoot.install
diff options
context:
space:
mode:
Diffstat (limited to 'spiderfoot.install')
-rw-r--r--spiderfoot.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/spiderfoot.install b/spiderfoot.install
new file mode 100644
index 000000000000..7cf608a24156
--- /dev/null
+++ b/spiderfoot.install
@@ -0,0 +1,7 @@
+post_install() {
+ chown http:http -R /usr/share/spiderfoot
+}
+
+post_upgrade() {
+ post_install
+}