summarylogtreecommitdiffstats
path: root/freshrss.install
diff options
context:
space:
mode:
authorCedric Girard2016-06-22 11:35:27 +0200
committerCedric Girard2016-06-22 11:35:27 +0200
commit952859f5bbcb9d2d23556850d9ba442ddb850df8 (patch)
tree2ed7b501a02b70591616d64aa71a7310532ea46d /freshrss.install
downloadaur-952859f5bbcb9d2d23556850d9ba442ddb850df8.tar.gz
first package version
Diffstat (limited to 'freshrss.install')
-rw-r--r--freshrss.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/freshrss.install b/freshrss.install
new file mode 100644
index 000000000000..a0ed48c6de12
--- /dev/null
+++ b/freshrss.install
@@ -0,0 +1,11 @@
+post_install() {
+ # Make data writable by webserver
+ chown -R http:http /usr/share/webapps/freshrss/data
+ echo 'You can now configure your (PHP compatible) web server to run FreshRSS'
+}
+
+post_upgrade() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: