Nemo Shell Integration: Add missing conversion script.
authorKlaas Freitag <freitag@owncloud.com>
Thu, 28 Jan 2016 10:44:13 +0000 (11:44 +0100)
committerKlaas Freitag <freitag@owncloud.com>
Thu, 28 Jan 2016 10:44:13 +0000 (11:44 +0100)
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.

shell_integration/nautilus/createnemoplugin.sh [new file with mode: 0755]

diff --git a/shell_integration/nautilus/createnemoplugin.sh b/shell_integration/nautilus/createnemoplugin.sh
new file mode 100755 (executable)
index 0000000..cc4ff7d
--- /dev/null
@@ -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