blob: bfa9f6b07b3cddbef8d60013c035d46b6ceabddc [file] [log] [blame]
JP Abgralle0ed7402014-03-19 19:08:39 -07001#!/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