[maemo-commits] [maemo-commits] r10464 - projects/haf/trunk/osso-gnomevfs-extra/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 8 14:37:09 EET 2007
- Previous message: [maemo-commits] r10463 - projects/haf/trunk/osso-gnome-vfs2/debian
- Next message: [maemo-commits] r10465 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2007-03-08 14:37:08 +0200 (Thu, 08 Mar 2007) New Revision: 10464 Added: projects/haf/trunk/osso-gnomevfs-extra/debian/osso-gnomevfs-extra.postinst Modified: projects/haf/trunk/osso-gnomevfs-extra/debian/changelog Log: Remove old conf file when installing. Modified: projects/haf/trunk/osso-gnomevfs-extra/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/debian/changelog 2007-03-08 12:26:40 UTC (rev 10463) +++ projects/haf/trunk/osso-gnomevfs-extra/debian/changelog 2007-03-08 12:37:08 UTC (rev 10464) @@ -1,3 +1,9 @@ +osso-gnomevfs-extra (1.9.3-1) unstable; urgency=low + + * Remove old module conf file when installing + + -- Richard Hult <richard at imendio.com> Thu, 8 Mar 2007 12:39:17 +0100 + osso-gnomevfs-extra (1.9.2-1) unstable; urgency=low * Port NB#50390 from stable, always set current time on created files Added: projects/haf/trunk/osso-gnomevfs-extra/debian/osso-gnomevfs-extra.postinst =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/debian/osso-gnomevfs-extra.postinst 2007-03-08 12:26:40 UTC (rev 10463) +++ projects/haf/trunk/osso-gnomevfs-extra/debian/osso-gnomevfs-extra.postinst 2007-03-08 12:37:08 UTC (rev 10464) @@ -0,0 +1,6 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + # Clean up old module files that conflict with our new versions + rm -f /etc/gnome-vfs-2.0/modules/dbus-file-module.conf +fi
- Previous message: [maemo-commits] r10463 - projects/haf/trunk/osso-gnome-vfs2/debian
- Next message: [maemo-commits] r10465 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]