diff --git a/pkg/deb/prerm b/pkg/deb/prerm index d39cc86..61c613b 100755 --- a/pkg/deb/prerm +++ b/pkg/deb/prerm @@ -2,7 +2,7 @@ # Unlink the ffs alias if it links to ffsend if [[ -L /usr/bin/ffs ]] \ - && [[ $(ls -l /usr/bin/ffs | sed -e 's/.* -> //') == "/usr/bin/ffsend" ]]; \ + && [[ $(realpath /usr/bin/ffs) == "/usr/bin/ffsend" ]]; \ then echo "Removing ffs alias for ffsend..." unlink /usr/bin/ffs