This commit is contained in:
vinceliuice
2021-04-20 11:11:33 +08:00
parent 366af537f0
commit 7f2ae635d1
8 changed files with 25 additions and 13 deletions

View File

@@ -29,6 +29,16 @@ else
GNOME_VERSION="none"
fi
if command -v nautilus &> /dev/null; then
if (( $(nautilus --version | cut -d ' ' -f 3 | cut -d . -f 1) >= 40 )); then
NAUTILUS_VERSION="new"
else
NAUTILUS_VERSION="old"
fi
else
NAUTILUS_VERSION="none"
fi
# Program options
SASSC_OPT="-M -t expanded"