summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..dabda07c412f
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,15 @@
+startdir=
+
+post_install() {
+ ${startdir}/install_web_iface_deps.pl
+ echo ""
+ echo ""
+ echo "Please install the matrix package \
+separately within swipl (run as root): pack_install(matrix)."
+ echo ""
+ echo "Start and enable swish-cplint.service"
+}
+
+pre_remove() {
+ ${startdir}/remove_web_iface_deps.pl
+}