[aur-general] Reinstall dependencies
Hi all, can you help me? Problem: A package1 is dependency of a package2. After reinstall package2 need to reinstall package1 (enough run install.script). Can I do it without new version of package1? -- Regards, Vitaliy Berdinskikh UR6LAD
Hello Vitaliy! Which packages do you speak about ? "Can I do it without new version of package1?" <- What do you mean under it ? You needn't to reinstall a package dependency, if the version is okay. Best Regards, Laszlo Papp
В Sat, 25 Jul 2009 09:42:47 +0100 Laszlo Papp <djszapi2@gmail.com> пишет:
Hello Vitaliy!
Which packages do you speak about ?
"Can I do it without new version of package1?" <- What do you mean under it ?
The install-script of package1 rewrites the ini-file of package2 (add some lines). When I update package2, the ini-file is a new. Now I use solution like remove package1 and install it again. Can I run the install-script of package1 when pacman updates package2? It's about jedit-pkgbuild and jedit-devel. -- Regards, Vitaliy Berdinskikh UR6LAD
2009/7/25 Vitaliy Berdinskikh <ur6lad@i.ua>:
В Sat, 25 Jul 2009 09:42:47 +0100 Laszlo Papp <djszapi2@gmail.com> пишет:
Hello Vitaliy!
Which packages do you speak about ?
"Can I do it without new version of package1?" <- What do you mean under it ?
The install-script of package1 rewrites the ini-file of package2 (add some lines). When I update package2, the ini-file is a new.
Now I use solution like remove package1 and install it again.
Can I run the install-script of package1 when pacman updates package2?
It's about jedit-pkgbuild and jedit-devel.
-- Regards, Vitaliy Berdinskikh UR6LAD
You can always use simple pacman -S pkg_which_you_want_to_reinstall or you can run the appropriate function from /var/lib/pacman/local/package_name/install Lukas
On Sat 25 Jul 2009 12:33 +0300, Vitaliy Berdinskikh wrote:
В Sat, 25 Jul 2009 09:42:47 +0100 Laszlo Papp <djszapi2@gmail.com> пишет:
Hello Vitaliy!
Which packages do you speak about ?
"Can I do it without new version of package1?" <- What do you mean under it ?
The install-script of package1 rewrites the ini-file of package2 (add some lines). When I update package2, the ini-file is a new.
Now I use solution like remove package1 and install it again.
Can I run the install-script of package1 when pacman updates package2?
It's about jedit-pkgbuild and jedit-devel.
One of those PKGBUILDs should probably add the relevant files in the backup array.
participants (4)
-
Laszlo Papp
-
Loui Chang
-
Lukáš Jirkovský
-
Vitaliy Berdinskikh