guardian: add path to update-lang-cache

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-11-03 06:51:49 +01:00
parent f8571e07be
commit 2872f345b0
3 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = guardian
PAK_VER = 12
PAK_VER = 13
DEPS = "perl-inotify2 perl-Net-IP"

View File

@@ -23,6 +23,6 @@
#
. /opt/pakfire/lib/functions.sh
extract_files
update-lang-cache
/usr/local/bin/update-lang-cache
restore_backup ${NAME}
start_service --background ${NAME}

View File

@@ -25,4 +25,5 @@
stop_service ${NAME}
make_backup ${NAME}
remove_files
update-lang-cache
/usr/local/bin/update-lang-cache
exit 0