#!/bin/sh
# This maintainer script was generated by yada

set -e

PACKAGE="lyx-common"
SOURCE="lyx"
VERSION="1.3.4-2"

# Package maintainer's commands follow:
if [ -e /usr/bin/texconfig ]; then
    /usr/bin/texhash
fi
# End of package maintainer's commands

exit 0
