mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-14 16:42:47 +01: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.
8 lines
195 B
Bash
Executable File
8 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
|