* [git.ipfire.org] IPFire 2.x development tree branch, core107, updated. 2872f345b07eeef2ab9897ac26f06add6f92101e
@ 2016-11-03 9:11 git
0 siblings, 0 replies; only message in thread
From: git @ 2016-11-03 9:11 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2134 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, core107 has been updated
via 2872f345b07eeef2ab9897ac26f06add6f92101e (commit)
from f8571e07beed5b753cf1485d4ace6f09d4ffe882 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2872f345b07eeef2ab9897ac26f06add6f92101e
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Thu Nov 3 06:51:49 2016 +0100
guardian: add path to update-lang-cache
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
lfs/guardian | 2 +-
src/paks/guardian/install.sh | 2 +-
src/paks/guardian/uninstall.sh | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/lfs/guardian b/lfs/guardian
index 448e4c2..d363419 100644
--- a/lfs/guardian
+++ b/lfs/guardian
@@ -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"
diff --git a/src/paks/guardian/install.sh b/src/paks/guardian/install.sh
index 32c44ff..88caf53 100644
--- a/src/paks/guardian/install.sh
+++ b/src/paks/guardian/install.sh
@@ -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}
diff --git a/src/paks/guardian/uninstall.sh b/src/paks/guardian/uninstall.sh
index 02d4b98..334a6f0 100644
--- a/src/paks/guardian/uninstall.sh
+++ b/src/paks/guardian/uninstall.sh
@@ -25,4 +25,5 @@
stop_service ${NAME}
make_backup ${NAME}
remove_files
-update-lang-cache
+/usr/local/bin/update-lang-cache
+exit 0
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-03 9:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 9:11 [git.ipfire.org] IPFire 2.x development tree branch, core107, updated. 2872f345b07eeef2ab9897ac26f06add6f92101e git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox