File: postinst-widgets

package info (click to toggle)
mesa 3.1-17
  • links: PTS
  • area: main
  • in suites: potato
  • size: 10,908 kB
  • ctags: 19,599
  • sloc: ansic: 132,736; asm: 10,554; sh: 9,193; cpp: 3,540; makefile: 1,377
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  ldconfig
fi

if [ "$1" = "configure" ]; then
   if [ -d /usr/doc -a ! -e /usr/doc/mesag3-widgets -a -d /usr/share/doc/mesag3-widgets ]; then
      ln -sf ../share/doc/mesag3-widgets /usr/doc/mesag3-widgets
   fi
fi