blob: bfa9f6b07b3cddbef8d60013c035d46b6ceabddc [file] [log] [blame]
Theodore Ts'o7dc67c02013-08-11 11:49:01 -04001#!/bin/sh
2
3# Abort on error.
4set -e
5
6PKG=e2fsprogs
7DOCLNK=/usr/share/doc/$PKG
8if test "$1" = upgrade \
9 -a -L $DOCLNK
10then
11 rm $DOCLNK
12fi
13
14# dh_installdeb will replace this with shell code automatically
15# generated by other debhelper scripts.
16
17#DEBHELPER#
18
19exit 0