summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 61ce866..a22cf69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,4 @@ export DH_GOPKG := github.com/xiam/vanity
%:
dh $@ --buildsystem=golang --with=golang --with=systemd
-override_dh_auto_install:
- dh_auto_install
- install -d $$(pwd)/debian/vanity/etc/
- install -m 644 $$(pwd)/debian/vanity.conf $$(pwd)/debian/vanity/etc/
-
override_dh_installinit: