From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: Триггер
Date: Thu, 18 Aug 2005 15:06:40 +0400
Message-ID: <20050818110640.GB7926@basalt.office.altlinux.org> (raw)
In-Reply-To: <43043D6F.5070508@altlinux.ru>
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
On Thu, Aug 18, 2005 at 11:49:03AM +0400, Антон Горлов wrote:
> Michael Shigorin пишет:
>
> >>>>>Кто юзал сабж в спеках? Отзавитесь плз в личку..есть
> >>>>>парочка вопросов.
> >>>>http://wiki.sisyphus.ru/devel/SpecTips/triggers
> >>>Курил... маловато-то будет...
> >Ну http://wiki.sisyphus.ru/devel/TypicalPackagingErrors/UserDel ещё.
> >>Или ткните хотя бы паьцем в пакет..где используются триггеры...
> >Там упомянута парочка. Что надо-то?
>
> Вообще хочу перенести конфиги qico.xe из /etc/ftn/ в /etc/ftn/qicoxe
> В новой версии конфиги пойдут сразу куда надо...а вот если делаю апдейт
> с предыдущей версии..то надо сделать mv конфигов из /etc/ftn в
> /etc/ftn/qicoxe
Для этого вам не нужен триггер.
Достаточно написать что-нибудь типа
%pre
if [ -d /etc/ftn -a ! -d /etc/ftn/qicoxe ]; then
mkdir -m700 /etc/ftn/qicoxe &&
cp -a /etc/ftn/файлы /etc/ftn/qicoxe/ ||:
fi
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-08-18 11:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-18 6:08 [devel] Триггер Антон Горлов
2005-08-18 6:51 ` [devel] Триггер Michael Shigorin
2005-08-18 6:53 ` Антон Горлов
2005-08-18 7:18 ` Антон Горлов
2005-08-18 7:39 ` Michael Shigorin
2005-08-18 7:49 ` Антон Горлов
2005-08-18 11:06 ` Dmitry V. Levin [this message]
2005-08-18 12:58 ` Антон Горлов
2005-08-18 13:10 ` Igor Zubkov
2005-08-18 13:36 ` Антон Горлов
2005-09-14 6:59 ` Антон Горлов
2005-08-18 13:40 ` Michael Shigorin
2005-08-18 13:58 ` Konstantin A. Lepikhov
2005-08-18 11:39 ` Антон Горлов
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050818110640.GB7926@basalt.office.altlinux.org \
--to=ldv@altlinux.org \
--cc=devel@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git