summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-scrollkeeper
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-scrollkeeper')
-rw-r--r--autoscripts/postinst-scrollkeeper3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-scrollkeeper b/autoscripts/postinst-scrollkeeper
new file mode 100644
index 00000000..5f2a255d
--- /dev/null
+++ b/autoscripts/postinst-scrollkeeper
@@ -0,0 +1,3 @@
+if [ "$1" = "configure" ]; then
+ scrollkeeper-update -q
+fi