r1797 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri Oct 6 17:54:22 UTC 2006


Author: goneri-guest
Date: 2006-10-06 17:54:21 +0000 (Fri, 06 Oct 2006)
New Revision: 1797

Removed:
   packages/trunk/vdrift/debian/vdrift-full.postinst
   packages/trunk/vdrift/debian/vdrift-full.postrm
   packages/trunk/vdrift/debian/vdrift-minimal.postinst
   packages/trunk/vdrift/debian/vdrift-minimal.postrm
Modified:
   packages/trunk/vdrift/debian/changelog
Log:
   + do not create *_list.txt files anymore
       - remove post,prerm and post,preinst


Modified: packages/trunk/vdrift/debian/changelog
===================================================================
--- packages/trunk/vdrift/debian/changelog	2006-10-06 17:20:58 UTC (rev 1796)
+++ packages/trunk/vdrift/debian/changelog	2006-10-06 17:54:21 UTC (rev 1797)
@@ -3,6 +3,8 @@
   [ Gonéri Le Bouder ]
   * new upstream release (Closes: #391394)
    + remove fix_datadir.diff
+   + do not create *_list.txt files anymore
+    - remove post,prerm and post,preinst
 
   [ Eddy Petrişor ]
   * fix strip command so it excludes comments and honour nostrip in

Deleted: packages/trunk/vdrift/debian/vdrift-full.postinst
===================================================================
--- packages/trunk/vdrift/debian/vdrift-full.postinst	2006-10-06 17:20:58 UTC (rev 1796)
+++ packages/trunk/vdrift/debian/vdrift-full.postinst	2006-10-06 17:54:21 UTC (rev 1797)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-VDRIFTPATH="/usr/share/games/vdrift"
-
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.full' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-
-#DEBHELPER#

Deleted: packages/trunk/vdrift/debian/vdrift-full.postrm
===================================================================
--- packages/trunk/vdrift/debian/vdrift-full.postrm	2006-10-06 17:20:58 UTC (rev 1796)
+++ packages/trunk/vdrift/debian/vdrift-full.postrm	2006-10-06 17:54:21 UTC (rev 1797)
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-VDRIFTPATH="/usr/share/games/vdrift"
-
-case "$1" in
-  purge|remove)
-  rm -rf /usr/share/games/vdrift/
-    ;;
-  upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-  *)
-    echo "postrm called with unknown argument \`$1'" >&2
-    exit 1
-    ;;
-esac
-
-# cars
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.minimal' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.minimal' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.full' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-
-# tracks
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.minimal' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.minimal' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-
-#DEBHELPER#

Deleted: packages/trunk/vdrift/debian/vdrift-minimal.postinst
===================================================================
--- packages/trunk/vdrift/debian/vdrift-minimal.postinst	2006-10-06 17:20:58 UTC (rev 1796)
+++ packages/trunk/vdrift/debian/vdrift-minimal.postinst	2006-10-06 17:54:21 UTC (rev 1797)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-VDRIFTPATH="/usr/share/games/vdrift"
-
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.full' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-
-#DEBHELPER#

Deleted: packages/trunk/vdrift/debian/vdrift-minimal.postrm
===================================================================
--- packages/trunk/vdrift/debian/vdrift-minimal.postrm	2006-10-06 17:20:58 UTC (rev 1796)
+++ packages/trunk/vdrift/debian/vdrift-minimal.postrm	2006-10-06 17:54:21 UTC (rev 1797)
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-VDRIFTPATH="/usr/share/games/vdrift"
-case "$1" in
-  purge|remove)
-  rm -rf $VDRIFTPATH
-    ;;
-  upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-  *)
-    echo "postrm called with unknown argument \`$1'" >&2
-    exit 1
-    ;;
-esac
-
-# cars
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.minimal' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.minimal' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/cars/car_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/cars/car_list.txt.full' > $VDRIFTPATH'/data/cars/car_list.txt'
-fi
-
-# tracks
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.minimal' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.minimal' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
-  cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
-fi
-
-#DEBHELPER#




More information about the Pkg-games-commits mailing list