summarylogtreecommitdiffstats
path: root/nextdns.install
diff options
context:
space:
mode:
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
-}