summaryrefslogtreecommitdiff
path: root/debian/libsane-common.preinst
blob: 05714e83da50120e73a817d79b49bd2ef809e0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e


if [ "$1" = upgrade ]; then
#
# remove obsolete conffile
#
    dpkg-maintscript-helper rm_conffile /etc/sane.d/v4l.conf 1.0.24-10 -- "$@"
fi

#DEBHELPER#