diff --git a/alpm-hooks/reinstall-for-qt5.hook b/alpm-hooks/reinstall-for-qt5.hook deleted file mode 100644 index d9af11a..0000000 --- a/alpm-hooks/reinstall-for-qt5.hook +++ /dev/null @@ -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 \ No newline at end of file diff --git a/alpm-hooks/reinstall-for-qt6.hook b/alpm-hooks/reinstall-for-qt6.hook deleted file mode 100644 index 12c9512..0000000 --- a/alpm-hooks/reinstall-for-qt6.hook +++ /dev/null @@ -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 \ No newline at end of file diff --git a/bin/standalone/reinstall-for-qt5 b/bin/standalone/reinstall-for-qt5 deleted file mode 100755 index ba6f597..0000000 --- a/bin/standalone/reinstall-for-qt5 +++ /dev/null @@ -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 diff --git a/bin/standalone/reinstall-for-qt6 b/bin/standalone/reinstall-for-qt6 deleted file mode 100644 index d421322..0000000 --- a/bin/standalone/reinstall-for-qt6 +++ /dev/null @@ -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 \ No newline at end of file