confOS/pacman.d/hooks/honkai-shortcut.hook

11 lines
374 B
Text
Raw Normal View History

2024-05-22 09:59:28 +02:00
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
2024-06-22 11:39:56 +02:00
Target = usr/share/applications/the-honkers-railway-launcher.desktop
2024-05-22 09:59:28 +02:00
[Action]
2024-06-22 11:39:56 +02:00
Description = Update Honkai launcher desktop entry
2024-05-22 09:59:28 +02:00
When = PostTransaction
2024-06-21 21:47:16 +02:00
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name=The Honkers Railway Launcher/Name=Honkai Star Rail/g" /usr/share/applications/the-honkers-railway-launcher.desktop'