From 561e8a386d28afbf2411f73bfa7ab99f1114a810 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Sun, 10 Oct 2004 11:43:24 +0000 Subject: [PATCH] Benjamin Schieder: also install ezipupdates' example configuration [2004100409303720234] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4516 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/blindcoder/ezipupdate/ezipupdate.cache | 10 +++++----- package/blindcoder/ezipupdate/ezipupdate.conf | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 package/blindcoder/ezipupdate/ezipupdate.conf diff --git a/package/blindcoder/ezipupdate/ezipupdate.cache b/package/blindcoder/ezipupdate/ezipupdate.cache index d3c802788..d98d16d73 100644 --- a/package/blindcoder/ezipupdate/ezipupdate.cache +++ b/package/blindcoder/ezipupdate/ezipupdate.cache @@ -20,17 +20,17 @@ [COPY] [COPY] --- ROCK-COPYRIGHT-NOTE-END --- -[TIMESTAMP] 1095974588 Thu Sep 23 23:23:08 2004 +[TIMESTAMP] 1093265206 Mon Aug 23 14:46:46 2004 [CONFIG-ID] 2.1.0-DEV-x86-reference-expert [ROCKVER] 2.1.0-DEV -[LOGS] 5-ezipupdate.log +[LOGS] 5-ezipupdate.log 9-ezipupdate.log -[BUILDTIME] 2266 (5) +[BUILDTIME] 2408 (9) [SIZE] 0.07 MB, 7 files -[DEP] 00-dirtree autoconf automake18 bash2 binutils bzip2 coreutils -[DEP] diffutils findutils gcc34 gcc34:dev glibc23 glibc23:dev grep +[DEP] 00-dirtree autoconf automake18 bash binutils bzip2 coreutils +[DEP] diffutils findutils gcc32 gcc32:dev glibc23 glibc23:dev grep [DEP] linux24-header:dev make mktemp net-tools patch perl5 sed sysfiles [DEP] tar texinfo diff --git a/package/blindcoder/ezipupdate/ezipupdate.conf b/package/blindcoder/ezipupdate/ezipupdate.conf new file mode 100644 index 000000000..ab5871d3e --- /dev/null +++ b/package/blindcoder/ezipupdate/ezipupdate.conf @@ -0,0 +1,6 @@ +ezipupdate_pm() { + mkdir -p ${root}/etc/ezipupdate/ + cp -v example*conf ${root}/etc/ezipupdate/ +} + +hook_add postmake 4 "ezipupdate_pm"