Compare commits

..

No commits in common. "d7a1e09a9ad62e3017709677e98e94a0932f9837" and "f64c7a04675895a7209cb6041bb142f1140fff5e" have entirely different histories.

4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Trigger]
Operation = Upgrade
Type = Package
Target = qt5-base
[Action]
Description = Reinstalling needed packages for theming QT applications...
When = PostTransaction
Exec = /usr/bin/reinstall-for-qt5

View File

@ -0,0 +1,10 @@
[Trigger]
Operation = Upgrade
Type = Package
Target = qt6-base
[Action]
Description = Reinstalling needed packages for theming QT applications...
When = PostTransaction
Exec = /usr/bin/reinstall-for-qt6

View File

@ -0,0 +1,5 @@
#!/bin/bash
parent_process=$(ps -p $PPID -o comm=)
[ "$parent_process" = 'pacman' ] || [ "$parent_process" = 'pamac-daemon' ] || exit
rm /var/lib/pacman/db.lck
pamac build --no-confirm qt5-styleplugins

View File

@ -0,0 +1,5 @@
#!/bin/bash
parent_process=$(ps -p $PPID -o comm=)
[ "$parent_process" = 'pacman' ] || [ "$parent_process" = 'pamac-daemon' ] || exit
rm /var/lib/pacman/db.lck
pamac build --no-confirm qt6gtk2