summarylogtreecommitdiffstats
path: root/mylar.install
diff options
context:
space:
mode:
Diffstat (limited to 'mylar.install')
-rw-r--r--mylar.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/mylar.install b/mylar.install
deleted file mode 100644
index ed81c7767059..000000000000
--- a/mylar.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- systemd-sysusers mylar.conf
-
- chown -R mylar: /var/lib/mylar
- chown -R mylar /etc/mylar
-
- echo <<EOF
-mylar requires a ComicVine API key to really function
-Input the API key using the web interface
-Config file is at /etc/mylar/config.ini and data is stored in /var/lib/mylar
-No executable, use the systemd unit (# systemd start mylar)
-See https://github.com/evilhero/mylar for more info on configuring it.
-EOF
-}