mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
Nemo Shell Integration: Add missing conversion script.
This script creates the Nemo plugin out of the Nautilus plugin. Both are source compatible, but need to include the right modules depending on the name of the file manager. The script is called by cmake.
This commit is contained in:
parent
ba87178dee
commit
5ae81aa96c
1 changed files with 6 additions and 0 deletions
6
shell_integration/nautilus/createnemoplugin.sh
Executable file
6
shell_integration/nautilus/createnemoplugin.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# this script creates a plugin for nemo, just be replacing
|
||||
# all occurences of Nautilus with Nemo.
|
||||
|
||||
/usr/bin/sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py
|
Loading…
Reference in a new issue