Changeset 2112 for pykota/trunk
- Timestamp:
- 02/26/05 18:20:59 (20 years ago)
- Location:
- pykota/trunk/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/debian/postinst
r2110 r2112 1 1 #!/bin/sh -e 2 2 # $Id$ 3 4 . /usr/share/debconf/confmodule 3 5 4 6 if [ "$1" = "install" ]; then -
pykota/trunk/debian/preinst
r2110 r2112 1 1 #!/bin/sh -e 2 2 # $Id$ 3 4 . /usr/share/debconf/confmodule 3 5 4 6 if [ "$1" = "install" -o "$1" = "upgrade" ]; then