mirror of void-packages + my own branches
Find a file
Juan RP 750f467fe6 Take into account $conf_files and $keep_dirs when removing a pkg.
* If a dir is listed in $keep_dirs it won't be removed (anyway any
  directory that is not empty won't either).
* If a config file hasn't been modified (SHA256 hash matches) the
  file will be removed, otherwise it won't be removed.

There's still missing support to handle new configuration files when
there's an existing file, but will do later.

--HG--
extra : convert_revision : 448af95876fc7a47da07a9a910d6111047f72271
2009-02-27 17:41:31 +01:00
bin xbps-bin: added -C flag for 'files' target, to check SHA256 hash in files. 2009-02-27 17:00:41 +01:00
doc Take into account $conf_files and $keep_dirs when removing a pkg. 2009-02-27 17:41:31 +01:00
etc Install by default xbps.conf into $(PREFIX)/etc and use it. 2009-02-05 15:21:33 +01:00
include Implement support to update required_by objs when removing a pkg. 2009-02-27 16:03:25 +01:00
lib Take into account $conf_files and $keep_dirs when removing a pkg. 2009-02-27 17:41:31 +01:00
shutils binpkg.sh: bzip2 pass doesn't need privs. 2009-02-26 18:18:51 +01:00
templates wget: it's $conf_files not $conf_file! 2009-02-27 17:29:31 +01:00
.gitignore Split repo commands into the new xbps-repo bin. 2009-02-05 14:46:09 +01:00
Makefile Install by default xbps.conf into $(PREFIX)/etc and use it. 2009-02-05 15:21:33 +01:00
prog.mk Use a common mk file for all bins, install bins stripped. 2009-02-16 18:03:03 +01:00
vars.mk vars.mk: disable -fstack-protector-all, leave this to the host compiler. 2009-02-27 16:01:33 +01:00