[maemo-commits] [maemo-commits] r11566 - in projects/haf/trunk/meta-desktop-sardine: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 10 14:27:58 EEST 2007
Author: mdk
Date: 2007-05-10 14:27:54 +0300 (Thu, 10 May 2007)
New Revision: 11566

Modified:
   projects/haf/trunk/meta-desktop-sardine/ChangeLog
   projects/haf/trunk/meta-desktop-sardine/debian/changelog
   projects/haf/trunk/meta-desktop-sardine/debian/postinst
Log:
[1.1.0-1 release]


Modified: projects/haf/trunk/meta-desktop-sardine/ChangeLog
===================================================================
--- projects/haf/trunk/meta-desktop-sardine/ChangeLog	2007-05-10 10:59:50 UTC (rev 11565)
+++ projects/haf/trunk/meta-desktop-sardine/ChangeLog	2007-05-10 11:27:54 UTC (rev 11566)
@@ -1,3 +1,10 @@
+2007-05-10  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[1.1.0-1 release]
+
+	* debian/changelog:
+	* debian/postinst: Add symlink to default wallpaper.
+
 2007-03-06  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[1.0.1-1 release]

Modified: projects/haf/trunk/meta-desktop-sardine/debian/changelog
===================================================================
--- projects/haf/trunk/meta-desktop-sardine/debian/changelog	2007-05-10 10:59:50 UTC (rev 11565)
+++ projects/haf/trunk/meta-desktop-sardine/debian/changelog	2007-05-10 11:27:54 UTC (rev 11566)
@@ -1,3 +1,9 @@
+meta-desktop-sardine (1.1.0-1) unstable; urgency=low
+
+  * Added the default wallpaper symlink
+  
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 10 May 2007 14:25:23 +0300
+
 meta-desktop-sardine (1.0.1-1) unstable; urgency=low
 
   * Added proper icons dependancy (old naming for now)

Modified: projects/haf/trunk/meta-desktop-sardine/debian/postinst
===================================================================
--- projects/haf/trunk/meta-desktop-sardine/debian/postinst	2007-05-10 10:59:50 UTC (rev 11565)
+++ projects/haf/trunk/meta-desktop-sardine/debian/postinst	2007-05-10 11:27:54 UTC (rev 11566)
@@ -10,12 +10,22 @@
 
 # Remove the existing symlink if it exists
 if [ -h '/usr/share/themes/default' ]; then
-  echo "Removing existing 'default' symlink"
+  echo "Removing existing 'default' theme symlink"
   rm -f '/usr/share/themes/default'
 fi
 
 # Create a symlink to default theme
-echo "Creating a sumlink 'default' => 'plankton' in /usr/share/themes"
+echo "Creating a theme symlink 'default' => 'plankton' in /usr/share/themes"
 ln -s '/usr/share/themes/plankton' '/usr/share/themes/default'
 
+# Remove the existing symlink to the default wallpaper if it exists
+if [ -h '/usr/share/backgrounds/default.desktop' ]; then
+  echo "Removing existing 'default.desktop' wallpaper symlink"
+  rm -f '/usr/share/backgrounds/default.desktop'
+fi
+
+# Create a symlink to default wallpaper
+echo "Creating a default wallpaper symlink 'default.desktop' => 'plankton.desktop' in /usr/share/backgrounds"
+ln -s '/usr/share/backgrounds/plankton.desktop' '/usr/share/backgrounds/default.desktop'
+
 exit 0


More information about the maemo-commits mailing list