desktop/shell_integration/nautilus/createcajaplugin.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
267 B
Bash
Raw Normal View History

#!/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