Files @ r11305:be427a0c788d
Branch filter:

Location: cpp/openttd-patchpack/source/os/debian/postinst

yexo
(svn r15659) -Fix [Squirrel]: The garbage collection would sometimes loop (2^32 - small_value) times instead of only small_value times.
1
2
3
4
5
6
7
8
#! /bin/sh

set -e


. /usr/share/debconf/confmodule

#DEBHELPER#