mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
839361594d
* Update createcajaplugin.sh * first apply branding, then create copies. Better. Fixes https://github.com/owncloud/ownbrander/issues/753 * fix https://github.com/owncloud/ownbrander/issues/752 too.
7 lines
195 B
Bash
Executable file
7 lines
195 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# this script creates a plugin for nemo, just be replacing
|
|
# all occurences of Nautilus with Nemo.
|
|
|
|
cp syncstate.py syncstate_nemo.py
|
|
sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py
|