diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 616da87..86d35fe 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -4,6 +4,7 @@
+
diff --git a/pkg/de-p1st-sddm-theme-nordic/.install b/pkg/de-p1st-sddm-theme-nordic/.install
index b754ef5..9653f85 100644
--- a/pkg/de-p1st-sddm-theme-nordic/.install
+++ b/pkg/de-p1st-sddm-theme-nordic/.install
@@ -1,12 +1,12 @@
## arg 1: the new package version
post_install() {
- holo apply
+ holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
- holo apply
+ holo apply --force file:/usr/share/sddm/themes/Nordic/Main.qml
}
## arg 1: the old package version
diff --git a/pkg/de-p1st-sddm-theme-nordic/PKGBUILD b/pkg/de-p1st-sddm-theme-nordic/PKGBUILD
index 8b99be0..7cc63a0 100644
--- a/pkg/de-p1st-sddm-theme-nordic/PKGBUILD
+++ b/pkg/de-p1st-sddm-theme-nordic/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=sddm-theme-nordic
_reponame=arch
pkgname="de-p1st-$_pkgname"
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc="sddm with Nordic theme"
arch=('any')