~ubuntu-branches/ubuntu/saucy/steam/saucy-backports

« back to all changes in this revision

Viewing changes to distrib/debian-3.1/steam.preinst

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (0.2.4) (3.2.1 trusty-proposed)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
. /usr/share/dbconfig-common/dpkg/preinst.mysql
3
 
 
4
 
# dh_installdeb will replace this with shell code automatically
5
 
# generated by other debhelper scripts.
6
 
 
7
 
#DEBHELPER#
8
 
 
9
 
exit 0
10
 
 
11