1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-03 02:41:53 -05:00
Xavier Chantry 34e1413d75 Delay the creation of local and sync db dir.
We don't need to create the directories when local or sync dbs are
registered. For example, if a sync db does not exist, we cannot even do
"pacman -Q" as an user.

Instead, we can create the local db if needed during the db_prepare
operation, and sync dbs on db_update.

Also remove some more useless abstractions in db_update and switch to a much
more efficient way to remove a sync db : rm -rf.

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
2009-01-20 14:07:15 +01:00
..
2009-01-05 19:06:39 -06:00
2009-01-18 13:48:48 -06:00
2008-10-12 21:36:45 -05:00
2008-01-27 11:54:25 -06:00
2009-01-20 14:04:54 +01:00
2008-06-04 15:38:47 -05:00
2008-07-13 09:16:55 -05:00
2008-04-10 20:53:28 -05:00
2009-01-12 22:44:00 -06:00
2008-06-04 15:38:47 -05:00
2009-01-12 22:44:00 -06:00
2009-01-12 22:44:00 -06:00
2008-06-03 21:31:31 -05:00
2008-06-03 21:31:31 -05:00
2008-10-12 21:36:45 -05:00
2008-06-04 15:38:47 -05:00
2009-01-12 22:44:00 -06:00
2008-10-31 19:46:13 -05:00
2008-10-31 19:46:13 -05:00
2008-10-31 19:46:13 -05:00
2008-10-31 19:46:13 -05:00
2008-07-24 22:16:28 -05:00