summarylogtreecommitdiffstats
path: root/trac.install
diff options
context:
space:
mode:
Diffstat (limited to 'trac.install')
-rw-r--r--trac.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/trac.install b/trac.install
deleted file mode 100644
index b0ae2b13067e..000000000000
--- a/trac.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
- echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
- echo "-- additional requirements"
- echo "--"
- echo "-- DB engines are mandatory!!!"
-}
-
-post_upgrade() {
- echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
-}