File: prerm

package info (click to toggle)
localization-config 0.116
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 604 kB
  • ctags: 38
  • sloc: perl: 2,894; sh: 58; makefile: 32
file content (10 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/localization-config ]; then
        rm -f /usr/doc/localization-config
fi

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

#DEBHELPER#