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:
Klaas Freitag 2016-01-28 11:44:13 +01:00
Родитель ba87178dee
Коммит 5ae81aa96c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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