From 4becdd577d1bcbeca0dbca752de3cc62f82bd560 Mon Sep 17 00:00:00 2001 From: ektor5 Date: Tue, 7 Apr 2015 16:21:03 +0200 Subject: [PATCH] Disable service after uninstall --- init-headphone.install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init-headphone.install b/init-headphone.install index a7a770a..35dd243 100644 --- a/init-headphone.install +++ b/init-headphone.install @@ -5,8 +5,7 @@ post_install() { post_upgrade() { post_install } - post_remove() { - post_install + systemctl disable init-headphone.service }