summarylogtreecommitdiffstats
path: root/trac.install
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-05 21:19:51 +0100
committerBartłomiej Piotrowski2018-01-05 21:19:51 +0100
commitc3c79a5450744c877c472960be4bed2b2fca7c91 (patch)
tree24974d2087b1486313886a9f24b49c9be21492e4 /trac.install
downloadaur-c3c79a5450744c877c472960be4bed2b2fca7c91.tar.gz
Import from official repositories
Diffstat (limited to 'trac.install')
-rw-r--r--trac.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/trac.install b/trac.install
new file mode 100644
index 000000000000..b0ae2b13067e
--- /dev/null
+++ b/trac.install
@@ -0,0 +1,11 @@
+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"
+}