diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-05 23:31:31 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-05 23:31:31 -0300 |
commit | 05931a1bdcc1e5cb388721857097a31217ea91d9 (patch) | |
tree | cc997987a16a59c4d04e7a88e562f20c0b81b282 /pcr/chiliproject/chiliproject.install | |
parent | 0d944c59bd66611a59a4e852f993d7fddcd1b446 (diff) | |
parent | 10bd709cadf3c31c0f27335e6238496709cf30ac (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/chiliproject/chiliproject.install')
-rw-r--r-- | pcr/chiliproject/chiliproject.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/chiliproject/chiliproject.install b/pcr/chiliproject/chiliproject.install deleted file mode 100644 index cb4622f09..000000000 --- a/pcr/chiliproject/chiliproject.install +++ /dev/null @@ -1,17 +0,0 @@ -adjust_perms(){ - chown -R http:http "/var/lib/chiliproject" 1>/dev/null - for dir in /var/lib/chiliproject/{files,log,tmp,public/plugin_assets}; do - chown -R http:http "$dir" 1>/dev/null - chmod -R 755 "$dir" 1>/dev/null - done -} - -post_install() { - adjust_perms - echo 'take a look at https://wiki.archlinux.org/index.php?title=Chiliproject for further setup instructions.' -} - -post_upgrade() { - adjust_perms - echo 'take a look at https://wiki.archlinux.org/index.php?title=Chiliproject for further setup instructions.' -} |