From: Silvio Rhatto Date: Mon, 5 Apr 2021 13:30:00 +0000 (-0300) Subject: Fix: support for symlinking between distros (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=354ab453a719f9af1ca31309dad839ce56fbcb54;p=trashman.git Fix: support for symlinking between distros (2) --- diff --git a/share/trashman/trashman/functions b/share/trashman/trashman/functions index 9a70db8..f4dfe42 100644 --- a/share/trashman/trashman/functions +++ b/share/trashman/trashman/functions @@ -94,7 +94,7 @@ trashman_actions_folder() { fi if [ -z "$actions" ]; then - if [ -d "$SHARE/$package/$ancestor/$family" ]; then + if [ -e "$SHARE/$package/$ancestor/$family" ]; then actions="`find $SHARE/$package/$ancestor/$family $findopts \; | xargs`" else actions=""