[Pkg-utopia-commits] r1690 - /packages/unstable/network-manager-applet/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 27 01:32:19 UTC 2007


Author: biebl
Date: Mon Aug 27 01:32:19 2007
New Revision: 1690

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1690
Log:
Install the autostart file following the fd.o spec

Modified:
    packages/unstable/network-manager-applet/debian/rules

Modified: packages/unstable/network-manager-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/rules?rev=1690&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/rules (original)
+++ packages/unstable/network-manager-applet/debian/rules Mon Aug 27 01:32:19 2007
@@ -11,6 +11,12 @@
 build/network-manager-gnome::
 	/usr/bin/docbook-to-man debian/nm-applet.sgml > debian/nm-applet.1
 
+binary-install/network-manager-gnome::
+	# Install the autostart file following the new freedesktop.org spec
+	mkdir debian/${cdbs_curpkg}/etc/xdg/
+	mv debian/${cdbs_curpkg}/usr/share/gnome/autostart/ debian/${cdbs_curpkg}/etc/xdg/
+	rm -rf debian/${cdbs_curpkg}/usr/share/gnome/
+
 clean::
 	rm -f po/*.gmo
 	rm -f debian/*.1




More information about the Pkg-utopia-commits mailing list