summarylogtreecommitdiffstats
path: root/nextdns.install
diff options
context:
space:
mode:
authorGuillaume Lefranc2020-04-14 12:59:26 +0200
committerGuillaume Lefranc2020-04-14 12:59:26 +0200
commit7264c8008d6482174fb08ecec9ae572dcdc94137 (patch)
treee7354c40e609a024313301c54c4486320f35421c /nextdns.install
parentcefe3046bf419759f37c96a0a7363d74c973f622 (diff)
downloadaur-7264c8008d6482174fb08ecec9ae572dcdc94137.tar.gz
Add unit file and remove install script
Diffstat (limited to 'nextdns.install')
-rw-r--r--nextdns.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/nextdns.install b/nextdns.install
deleted file mode 100644
index 49496701a51e..000000000000
--- a/nextdns.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- /usr/bin/nextdns install
-}
-
-pre_remove() {
- systemctl stop nextdns
- /usr/bin/nextdns uninstall
-}