1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-10 03:25:01 -05:00
pacman/lib/libalpm
Xavier Chantry 344ced22c3 Fix one bug with .paccheck leftover file
This happens for example if you install a new package, and one of its
backup config file is already on the file system.

If the local file was different, it was saved to .pacorig which is fine.

However if the local file and pkg file were the same, the pkg file
(temporarily extracted as .paccheck) was left on the system.

Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-07-20 16:38:15 -05:00
..
po Update copyright headers and messages 2009-07-01 02:08:33 -05:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Fix one bug with .paccheck leftover file 2009-07-20 16:38:15 -05:00
add.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
alpm_list.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
alpm_list.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
alpm.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
alpm.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
backup.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
backup.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
be_files.c Fix non-C style comments in libalpm 2009-05-11 20:26:49 -05:00
be_package.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
cache.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
cache.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
conflict.c Fix 2 minor memleaks 2009-07-20 16:37:45 -05:00
conflict.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
db.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
db.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
delta.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
delta.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
deps.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
deps.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
dload.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
dload.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
error.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
graph.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
group.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
group.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
handle.c Fix 2 minor memleaks 2009-07-20 16:37:45 -05:00
handle.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
log.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
log.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
Makefile.am Refactor pkg_load/parse_descfile into a new backend file 2008-05-11 20:07:55 -05:00
md5.c Fix compile warning fail on older versions of GCC 2009-06-30 23:14:18 -05:00
md5.h libalpm/md5: Fix license header 2008-06-03 21:31:31 -05:00
package.c Update copyright headers and messages 2009-07-01 02:08:33 -05:00
package.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
remove.c Do not create .pacsave with -R, if the file is unchanged 2009-07-20 16:37:37 -05:00
remove.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
sync.c Fix 2 minor memleaks 2009-07-20 16:37:45 -05:00
sync.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
trans.c Run ldconfig inside chroot. 2009-07-16 06:12:04 -05:00
trans.h Update copyright headers and messages 2009-07-01 02:08:33 -05:00
util.c Run ldconfig inside chroot. 2009-07-16 06:12:04 -05:00
util.h Run ldconfig inside chroot. 2009-07-16 06:12:04 -05:00