11 lines
110 B
Text
11 lines
110 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
# Call scrollkeeper
|
||
|
if [ "$1" = configure ]; then
|
||
|
scrollkeeper-update
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|