From 394ed4453386f1220496792d188e155cfef611d5 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Sun, 1 Aug 2010 16:18:57 -0400 Subject: [PATCH] Build a background image and install it. --- debian/neurodebian.install | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 debian/neurodebian.install diff --git a/debian/neurodebian.install b/debian/neurodebian.install new file mode 100644 index 0000000..d0e1a8f --- /dev/null +++ b/debian/neurodebian.install @@ -0,0 +1 @@ +build/wallpaper/neurodebian.png usr/share/backgrounds diff --git a/debian/rules b/debian/rules index 8c23113..5653723 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,9 @@ override_dh_auto_configure: override_dh_auto_build:: + # wallpaper + [ ! -d build/wallpaper ] && mkdir -p build/wallpaper + xcf2png -o build/wallpaper/neurodebian.png artwork/wallpaper_hotbrain.xcf override_dh_auto_install:: -- 2.39.2