Add 'bin/standalone/reinstall-for-qt6'
This commit is contained in:
parent
4c96bb9406
commit
c07cb59ff0
5
bin/standalone/reinstall-for-qt6
Normal file
5
bin/standalone/reinstall-for-qt6
Normal 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
|
Loading…
Reference in New Issue
Block a user