ac70cd728c
All code that was at xfce4-14 has been moved to xfce/*. Old expressions that aren't rewritten might be abandoned or broken. Additonally I've ported the xfce4-14 thunar expression to support thunarPlugins. We can now support this interface in the Xfce module again, although I'm not sure if we have any plugins packaged that support latest thunar.
8 lines
134 B
Bash
8 lines
134 B
Bash
automakeAddFlags() {
|
|
local file="$1"
|
|
local target="$2"
|
|
local source="$3"
|
|
|
|
sed "/$target/a\$($source) \\\\" -i $file
|
|
}
|