pop-launcher-plugin-duckduckgo-bangs: move to standard pop-launcher location

This commit is contained in:
Gabriel Arazas 2022-08-07 13:29:42 +08:00
parent 8bb03a5c4d
commit b6010f92a2

View File

@ -15,9 +15,8 @@ rustPlatform.buildRustPackage rec {
# Configuring the plugin. # Configuring the plugin.
postInstall = '' postInstall = ''
mkdir -p $out/etc/pop-launcher/plugins/bangs install -Dm644 src/plugin.ron -t $out/share/pop-launcher/plugins/bangs
mv $out/bin/* $out/etc/pop-launcher/plugins/bangs mv $out/bin/* $out/share/pop-launcher/plugins/bangs
cp src/plugin.ron $out/etc/pop-launcher/plugins/bangs
''; '';
cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg="; cargoSha256 = "sha256-qzlZ0dbdfZwEBuQXIUndVFye6RdX8aI39D/UCagMfZg=";