Compare commits

...

5 Commits

Author SHA1 Message Date
d7a1e09a9a Deleted the hooks and scripts for reinstall-for-qt.
Reviewed-on: #14

We do it without them now. Thus no more deleting of the database lock file.
2022-09-29 21:38:58 +02:00
bcf281ea47 Delete 'alpm-hooks/reinstall-for-qt6.hook' 2022-09-29 20:30:52 +02:00
87ea2f57ff Delete 'alpm-hooks/reinstall-for-qt5.hook' 2022-09-29 20:30:45 +02:00
94eee04395 Delete 'bin/standalone/reinstall-for-qt6' 2022-09-29 20:30:31 +02:00
56d4691663 Delete 'bin/standalone/reinstall-for-qt5' 2022-09-29 20:28:36 +02:00
4 changed files with 0 additions and 30 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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