~ubuntu-branches/ubuntu/hardy/openarena/hardy-backports

« back to all changes in this revision

Viewing changes to code/unix/setup/pkg/ioquake3d/preremove

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2007-01-20 12:28:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070120122809-2yza5ojt7nqiyiam
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
# @(#)postinstall       $Id: preremove,v 1.2 2006/01/25 13:22:56 coyote Exp $
 
4
#
 
5
# postinstall script for quake3
 
6
 
 
7
quake3_dir=$BASEDIR
 
8
 
 
9
exit 0
 
10