diff --git a/debian/control b/debian/control index ca78028a..45b74afe 100644 --- a/debian/control +++ b/debian/control @@ -95,6 +95,7 @@ Architecture: all Depends: kali-themes, adw-gtk3-kali, + ${misc:Depends}, Description: Configure Phosh desktop to use the Kali theme Installing this package should configure Phosh desktop to use the Kali theme by default. diff --git a/debian/rules b/debian/rules index cb4429b5..26ac586a 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,5 @@ override_dh_install: override_dh_installgsettings: # With priority 21 settings overrides kali-defaults (20) and desktop-base (10) dh_installgsettings --priority 21 + cd debian/kali-themes-phosh/usr/share/glib-2.0/schemas/ && \ + mv 21_kali-themes-phosh.gschema.override 22_kali-themes-phosh.gschema.override