slack: make desktop icon themable

This commit is contained in:
Joshua Trees 2023-03-28 21:43:52 +02:00 committed by Bjørn Forsman
parent 809b0fa279
commit 3227f0b14b

View file

@ -177,7 +177,7 @@ let
# Fix the desktop link
substituteInPlace $out/share/applications/slack.desktop \
--replace /usr/bin/ $out/bin/ \
--replace /usr/share/ $out/share/ \
--replace /usr/share/pixmaps/slack.png slack \
--replace bin/slack "bin/slack -s"
runHook postInstall