← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 230: drop more obsolete conffiles

 

------------------------------------------------------------
revno: 230
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Fri 2010-12-17 20:11:43 +0100
message:
  drop more obsolete conffiles
removed:
  etc/xdg/xdg-xubuntu/xfce4/mount.rc
modified:
  debian/postinst
  debian/postrm
  debian/preinst


--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk

Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/postinst'
--- debian/postinst	2010-12-17 19:07:38 +0000
+++ debian/postinst	2010-12-17 19:11:43 +0000
@@ -9,6 +9,8 @@
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/xfce4/mount.rc "$LASTVER" -- "$@"
 fi
 
 case "$1" in

=== modified file 'debian/postrm'
--- debian/postrm	2010-12-17 19:07:38 +0000
+++ debian/postrm	2010-12-17 19:11:43 +0000
@@ -9,6 +9,8 @@
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/xfce4/mount.rc "$LASTVER" -- "$@"
 fi
 
 case "$1" in

=== modified file 'debian/preinst'
--- debian/preinst	2010-12-17 19:07:38 +0000
+++ debian/preinst	2010-12-17 19:11:43 +0000
@@ -9,6 +9,8 @@
     /etc/xdg/xdg-xubuntu/applications/defaults.list "$LASTVER" -- "$@"
   dpkg-maintscript-helper rm_conffile \
     /etc/xdg/xdg-xubuntu/Thunar/volmanrc "$LASTVER" -- "$@"
+  dpkg-maintscript-helper rm_conffile \
+    /etc/xdg/xdg-xubuntu/xfce4/mount.rc "$LASTVER" -- "$@"
 fi
 
 #DEBHELPER#

=== removed file 'etc/xdg/xdg-xubuntu/xfce4/mount.rc'
--- etc/xdg/xdg-xubuntu/xfce4/mount.rc	2010-08-15 15:04:02 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/mount.rc	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-[vfat]
-uid=<auto>
-shortname=winnt
-utf8=true
-# Make sure the device does not get 0777 permissions, (maybe) to drop with exo >= 0.5
-umask=0077
-
-[iso9660]
-uid=<auto>
-utf8=true
-
-[udf]
-uid=<auto>
-iocharset=<auto>
-
-[ntfs]
-uid=<auto>
-
-[ntfs-3g]
-uid=<auto>
-# Make sure the device does not get 0777 permissions, (maybe) to drop with exo >= 0.5
-umask=0077