This commit is contained in:
Gilles Grandou 2023-12-04 14:24:21 +01:00
parent 13130bbbe6
commit a3b0a86447
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ configdir=~/.config/runon
if [ -e $venvdir/bin/runon ]; then
echo "remove links from $bindir"
find -L $bindir -samefile $bindir/runon -exec rm -v {} \;
find -L $bindir -samefile $venvdir/bin/runon -exec rm -v {} \;
fi