File: doc-linux-it-text.postinst

package info (click to toggle)
doc-linux-it 2000.01-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,136 kB
  • ctags: 19
  • sloc: perl: 249; makefile: 50; sh: 42
file content (16 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh -e

L=it

#if [ ! -L /usr/share/doc/HOWTO/italian ]; then
#	ln -s ../LANG/it/HOWTO /usr/share/doc/HOWTO/italian
#fi

#DEBHELPER#

if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/HOWTO/${L}-txt \
       -a -d /usr/share/doc/HOWTO/${L}-txt ]; then
    ln -sf ../../share/doc/HOWTO/${L}-txt /usr/doc/HOWTO/${L}-txt
  fi
fi