diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-08 13:48:54 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-08 13:48:54 -0300 |
commit | a37fb04d8bd91ee100dae9c1897ab97a0687e8e0 (patch) | |
tree | 17d402c22d7f704d5e49a81c149cce254f02884d /pcr/gitweb/gitweb.install | |
parent | 66ffe632f3158e1359fd123653f87486b99b1fb0 (diff) |
remove gitweb package
Diffstat (limited to 'pcr/gitweb/gitweb.install')
-rw-r--r-- | pcr/gitweb/gitweb.install | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/gitweb/gitweb.install b/pcr/gitweb/gitweb.install deleted file mode 100644 index c7eb0af2a..000000000 --- a/pcr/gitweb/gitweb.install +++ /dev/null @@ -1,23 +0,0 @@ -post_install() { - cat << EOF -==> To run GitWeb, you must add the lines in "/etc/httpd/conf/httpd.conf": -==> "# GitWeb" -==> "Include /etc/httpd/conf/extra/httpd-gitweb.conf" -==> Then restart or run the Apache server: -==> "systemctl restart httpd" -==> or -==> "systemctl start httpd" and "systemctl enable httpd" -EOF -} - -post_remove() { - cat << EOF -==> To clean Apache server, remove the lines in /etc/httpd/conf/httpd.conf: -==> "# GitWeb" -==> "Include /etc/httpd/conf/extra/httpd-gitweb.conf" -==> Then restart or stop the Apache server: -==> "systemctl restart httpd" -==> or -==> "systemctl stop httpd" and "systemctl disable httpd" -EOF -} |