зеркало из https://github.com/nextcloud/desktop.git
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:
Родитель
ba87178dee
Коммит
5ae81aa96c
|
@ -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
|
Загрузка…
Ссылка в новой задаче