taskd: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 16:04:30 +00:00
parent 4f547928de
commit 6a78211f4c
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ system_accounts="taskd"
taskd_homedir="/var/lib/taskd"
make_dirs="/var/lib/taskd 0750 taskd taskd"
post_install () {
post_install() {
vcopy pki usr/share/taskd/
vlicense LICENSE
vsv taskd
}