You've already forked ukui-desktop-environment
mirror of
https://github.com/ukui/ukui-desktop-environment.git
synced 2026-03-09 09:26:11 -07:00
12 lines
269 B
Makefile
Executable File
12 lines
269 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
dh_install
|
|
# GSettings overrides for Ubuntu
|
|
ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes)
|
|
dh_install -pukui-desktop-environment-core debian/ukui-ubuntu.gschema.override /usr/share/glib-2.0/schemas/
|
|
endif
|