nextcloud-desktop/shell_integration/nautilus/createcajaplugin.sh
Dimitri Papadopoulos 9d830e94f9 Fix typos found by codespell
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-06-21 08:47:13 +02:00

8 lines
267 B
Bash
Executable file

#!/bin/sh
# this script creates a plugin for caja, just by replacing
# all occurrences of Nautilus with Caja (case sensitive).
cp syncstate.py syncstate_caja.py
sed -i.org -e 's/Nautilus/Caja/g' syncstate_caja.py
sed -i.org -e 's/nautilus/caja/g' syncstate_caja.py