File: libasound2-dev.preinst

package info (click to toggle)
alsa-lib 1.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 7,948 kB
  • sloc: ansic: 96,686; sh: 4,711; makefile: 653
file content (11 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

DOCDIR=/usr/share/doc/libasound2-dev

if [ -L $DOCDIR ]; then
    rm $DOCDIR
fi

#DEBHELPER#