aboutsummaryrefslogtreecommitdiff
path: root/debian/libasound2-dbg.preinst
blob: 4bc26b723feb01d5f8d0e53188f54529745b8ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

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

#DEBHELPER#