local ancestor="`trashman_ancestor`"
local family="`trashman_family`"
local distro="`trashman_distro`"
- local findopts="-maxdepth 1 -type f -executable -exec basename {}"
+ local findopts="-maxdepth 1 -type f -executable -follow -exec basename {}"
if [ -z "$package" ]; then
return
# Return the list of available actions from a package
trashman_actions() {
local package="$1"
- local findopts="-maxdepth 1 -type f -executable -exec basename {}"
+ local findopts="-maxdepth 1 -type f -executable -follow -exec basename {}"
if [ -z "$package" ]; then
return