This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
init-headphone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Disable service after uninstall
pull/1/head
ektor5
10 years ago
parent
bd9486baa7
commit
4becdd577d
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save