File: postrm

package info (click to toggle)
tdl 1.5.2-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 404 kB
  • ctags: 327
  • sloc: ansic: 3,312; sh: 3,027; makefile: 114
file content (13 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh
# postrm script for tdl
#
# see: dh_installdeb(1)

set -e

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0