From 6a78211f4c862d8d152611bbf46182dc17839d0b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 16:04:30 +0000 Subject: [PATCH] taskd: fix whitespace lints --- srcpkgs/taskd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/taskd/template b/srcpkgs/taskd/template index 1164b2321eb..dec2ef20ccd 100644 --- a/srcpkgs/taskd/template +++ b/srcpkgs/taskd/template @@ -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 } -