#!/bin/sh

EXTRARPMSDIR=`pwd`; export EXTRARPMSDIR;

cp ./elsart.cls /usr/share/texmf/tex/latex/misc

/usr/bin/texhash

cd $EXTRARPMSDIR

exit;
