]> git.proxmox.com Git - ksm-control-daemon.git/commitdiff
d/rules: remove cruft and avoid installing useless defaults file
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 08:35:31 +0000 (10:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 09:26:37 +0000 (11:26 +0200)
Start/stop on boot is handled via systemd after all

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 895db3dc79a6187f555dc83f4b2a9d594a8a7cd9..ee4cf49442137f625013075ae7d43bfb2e180238 100755 (executable)
@@ -14,12 +14,7 @@ include /usr/share/dpkg/default.mk
 destdir := $(CURDIR)/debian/ksm-control-daemon
 
 override_dh_auto_install:
-       # Add here commands to install the package into debian/ksm-control-scripts.
-       #$(MAKE) DESTDIR=$(CURDIR)/debian/ksm-control-scripts install
-
-       #install -D -m 0755 $(CURDIR)/ksmtuned.init $(destdir)/etc/init.d/ksmtuned
        install -D -m 0755 $(CURDIR)/ksmtuned $(destdir)/usr/sbin/ksmtuned
-       install -D -m 0644 $(CURDIR)/debian/defaults $(destdir)/etc/default/ksmtuned
        install -D -m 0644 $(CURDIR)/ksmtuned.conf $(destdir)/etc/ksmtuned.conf
 
 override_dh_installsystemd: