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

# Call scrollkeeper
if [ "$1" = configure ]; then
  scrollkeeper-update
fi

#DEBHELPER#

exit 0