diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-08 11:11:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-08 11:17:29 +0000 |
commit | 5f40964641a56938d86361d87d9b427aef00ed59 (patch) | |
tree | d95b7e2490d0ae5650a5fe137a6ea5cd79763442 /testing/mumble/murmur.post-deinstall | |
parent | 31d047b78008a5494b364f6ea8cdd3acba88c0fa (diff) | |
download | aports-5f40964641a56938d86361d87d9b427aef00ed59.tar.bz2 aports-5f40964641a56938d86361d87d9b427aef00ed59.tar.xz |
testing/mumble: create pid dir from init.d script
the /var/run directory does not exist after a reboot so we need create
it before starting the service instead of at package install time.
Diffstat (limited to 'testing/mumble/murmur.post-deinstall')
-rwxr-xr-x | testing/mumble/murmur.post-deinstall | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/mumble/murmur.post-deinstall b/testing/mumble/murmur.post-deinstall deleted file mode 100755 index 4088787b19..0000000000 --- a/testing/mumble/murmur.post-deinstall +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -delgroup murmur -deluser murmur -exit 0 |