Browse Source

Disable service after uninstall

pull/1/head
ektor5 10 years ago
parent
commit
4becdd577d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      init-headphone.install

+ 1
- 2
init-headphone.install View File

@ -5,8 +5,7 @@ post_install() {
post_upgrade() { post_upgrade() {
post_install post_install
} }
post_remove() { post_remove() {
post_install
systemctl disable init-headphone.service
} }

Loading…
Cancel
Save