fiix pacman hooks
This commit is contained in:
parent
4b4ec13ded
commit
0374762bde
4 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
||||||
Operation = Install
|
Operation = Install
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Type = Path
|
Type = Path
|
||||||
Target = /usr/share/applications/com.raggesilver.BlackBox.desktop
|
Target = usr/share/applications/com.raggesilver.BlackBox.desktop
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Update BlackBox desktop entry on package upgrade
|
Description = Update BlackBox desktop entry
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name\[fr\]=Boîte Noire/Name\[fr\]=Terminal/g" /usr/share/applications/com.raggesilver.BlackBox.desktop'
|
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name\[fr\]=Boîte Noire/Name\[fr\]=Terminal/g" /usr/share/applications/com.raggesilver.BlackBox.desktop'
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
Operation = Install
|
Operation = Install
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Type = Path
|
Type = Path
|
||||||
Target = /usr/share/applications/org.gnome.Terminal.desktop
|
Target = usr/share/applications/org.gnome.Terminal.desktop
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Update Gnome Terminal desktop entry on package upgrade
|
Description = Update Gnome Terminal desktop entry
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name\[fr\]=Terminal/Name\[fr\]=Gnome Terminal/g" /usr/share/applications/org.gnome.Terminal.desktop'
|
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name\[fr\]=Terminal/Name\[fr\]=Gnome Terminal/g" /usr/share/applications/org.gnome.Terminal.desktop'
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
Operation = Install
|
Operation = Install
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Type = Path
|
Type = Path
|
||||||
Target = /usr/share/applications/the-honkers-railway-launcher.desktop
|
Target = usr/share/applications/the-honkers-railway-launcher.desktop
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Update Honkai launcher desktop entry on package upgrade
|
Description = Update Honkai launcher desktop entry
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
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'
|
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'
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
Operation = Install
|
Operation = Install
|
||||||
Operation = Upgrade
|
Operation = Upgrade
|
||||||
Type = Path
|
Type = Path
|
||||||
Target = /usr/share/applications/vesktop.desktop
|
Target = usr/share/applications/vesktop.desktop
|
||||||
|
|
||||||
[Action]
|
[Action]
|
||||||
Description = Update Vesktop desktop entry on package upgrade
|
Description = Update Vesktop desktop entry
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name=Vesktop/Name=Discord/g" /usr/share/applications/vesktop.desktop'
|
Exec = /bin/sh -c '/usr/bin/sed -i "s/Name=Vesktop/Name=Discord/g" /usr/share/applications/vesktop.desktop'
|
||||||
|
|
Loading…
Reference in a new issue