aboutsummaryrefslogtreecommitdiffstats
path: root/debian/cgit-config.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cgit-config.postinst')
-rw-r--r--debian/cgit-config.postinst12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/cgit-config.postinst b/debian/cgit-config.postinst
new file mode 100644
index 0000000..98951d6
--- /dev/null
+++ b/debian/cgit-config.postinst
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# TODO: Handle "$1".
+
+set -e
+
+#DEBHELPER#
+
+# TODO: Setup git user and stuff.
+
+deb-systemd-helper enable fcgiwrap
+deb-systemd-invoke restart fcgiwrap