From: Michael Hanke Date: Sun, 1 Aug 2010 20:18:57 +0000 (-0400) Subject: Build a background image and install it. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=394ed4453386f1220496792d188e155cfef611d5;p=neurodebian.git Build a background image and install it. --- 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::