File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,10 @@ dotfiles:
274
274
src : ./openbox/theme/
275
275
link : link
276
276
277
+ pacman_hooks :
278
+ src : ./pacman_hooks/
279
+ dst : /etc/pacman.d/hooks/
280
+
277
281
prusa_slicer :
278
282
dst : ~/.config/PrusaSlicer/
279
283
src : ./PrusaSlicer/
@@ -515,6 +519,7 @@ profiles:
515
519
dotfiles :
516
520
- etc
517
521
- interception
522
+ - pacman_hooks
518
523
519
524
Zeus :
520
525
include :
Original file line number Diff line number Diff line change
1
+ [Trigger]
2
+ Operation=Install
3
+ Operation=Upgrade
4
+ Operation=Remove
5
+ Type=Package
6
+ Target=firefox
7
+
8
+ [Action]
9
+ Description=Re-apply glacambre/firefox-patches
10
+ When=PostTransaction
11
+ Exec=/bin/sh -c 'perl -i -pne 's/reserved="true"/ /g' /usr/lib/firefox/browser/omni.ja && find /home/marcel/.cache/mozilla/firefox -type d -name startupCache | xargs rm -rf'
You can’t perform that action at this time.
0 commit comments