File: libgtk1.2-dbg.preinst

package info (click to toggle)
gtk%2B1.2 1.2.10-18.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 14,468 kB
  • ctags: 12,966
  • sloc: ansic: 137,190; sh: 13,393; makefile: 1,170; perl: 328; awk: 274; lisp: 7
file content (20 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

set -e

if [ "$1" = "upgrade" ];
then
	if [ -d /usr/share/doc/libgtk1.2-dbg -a ! -L /usr/share/doc/libgtk1.2-dbg ]
	then
		rm -rf /usr/share/doc/libgtk1.2-dbg
	fi
fi

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

#DEBHELPER#

exit 0