Delete 'bin/standalone/reinstall-for-qt5' #14
|
@ -1,10 +0,0 @@
|
||||||
[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
|
|
|
@ -1,10 +0,0 @@
|
||||||
[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
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/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
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/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
|
|
Loading…
Reference in New Issue
Block a user