diff --git a/alpm-hooks/reinstall-for-qt6.hook b/alpm-hooks/reinstall-for-qt6.hook new file mode 100644 index 0000000..ec2a942 --- /dev/null +++ b/alpm-hooks/reinstall-for-qt6.hook @@ -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-qt \ No newline at end of file