[pacman-dev] Purging symlinks

Jeremy Huntwork jhuntwork at lightcubesolutions.com
Wed May 23 00:35:51 EDT 2012


Hi,

In current makepkg, file name patterns specified in PURGE_TARGETS will 
only match files (and not symlinks) due to:

find . -type f -name "${pt}" -exec rm -f -- '{}' \;

Is this intentional?

Thanks,

JH


More information about the pacman-dev mailing list