mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
ae3b9f112c
sed is in /bin/ rather than in /usr/bin on some systems, which makes the scripts fail in the build environment. sed should be in the PATH tough.
6 lines
161 B
Bash
Executable file
6 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# this script creates a plugin for nemo, just be replacing
|
|
# all occurences of Nautilus with Nemo.
|
|
|
|
sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py
|