nextcloud-desktop/shell_integration/nautilus/createcajaplugin.sh
Andy Scherzinger 5fe94ea149 docs(reuse): Migrate to SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-05-07 09:28:53 +02:00

12 lines
357 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: 2016 ownCloud GmbH
# SPDX-License-Identifier: GPL-2.0-or-later
# 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