summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:39:09 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-04 17:39:09 +0100
commit024135a61e1e0f78c213bbbe0b6ad28761122de1 (patch)
tree5693389527498f364d589fd4e8547a6f24902fd2 /bin
parent932080b1c5a8455f5ef805ff3c74727ddcaa52a8 (diff)
beautification
Diffstat (limited to 'bin')
-rw-r--r--bin/updater/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/updater/Makefile b/bin/updater/Makefile
index f3cf14a2c..486812877 100644
--- a/bin/updater/Makefile
+++ b/bin/updater/Makefile
@@ -1,17 +1,21 @@
all: install
+
install: install-systemd
+
clean:
rm -rf dist
rm -rf MANIFEST
rm -rf build
rm -rf owncloud_news_updater.egg-info
+
update: clean
pip3 uninstall owncloud_news_updater
python3 setup.py install
+
preinitsetup: clean
mkdir -p /etc/owncloud/news
cp $(CURDIR)/example-config.ini /etc/owncloud/news/updater.ini