Tio TROM
700235c52e
They need to be built against the system's qt5-base and qt6-base versions, else all qt apps will fail to work
6 lines
210 B
Bash
Executable File
6 lines
210 B
Bash
Executable File
#!/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 qt6gtk2
|