* Register it with priority 15 (higher than standard Debian packages - install debblue background, and splash and make them
12 lines
283 B
Makefile
Executable File
12 lines
283 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/buildcore.mk
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/makefile.mk
|
|
|
|
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/desktop-base/
|
|
|
|
binary-fixup/desktop-base::
|
|
dh_gconf --priority=15
|
|
|