/usr/bin/rarian-sk-get-scripts is in rarian-compat 0.8.1-6.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13  | #!/bin/sh
# More zero-effect scripts.  The scripts these replace seem to
# not do anything on my machine (any files they try and access
# don't exist).  Therefore, they get ignored for now, since
# I've never even seen them used.  Ever.  Sigh.
# replaces:
#  scrollkeeper-get-index-from-index-from-docpath
#  scrollkeeper-get-toc-from-docpath
#  scrollkeeper-get-toc-from-id
exit
 |