summaryrefslogtreecommitdiff
path: root/debian/postrm
blob: 836c6112915ac421440cfa7d1ddba4e746b8e822 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

# Remove documentation with scrollkeeper
if [ "$1" = remove ]; then
  scrollkeeper-update
fi

#DEBHELPER#

exit 0