diff options
Diffstat (limited to 'office/alegreya/doinst.sh')
-rw-r--r-- | office/alegreya/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/office/alegreya/doinst.sh b/office/alegreya/doinst.sh deleted file mode 100644 index 602755a6c8e12..0000000000000 --- a/office/alegreya/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -## Add the font to LaTeX' font map if necessary -## and update the path caches. - -UPDMAP=/usr/share/texmf-var/web2c/updmap.cfg -if test ! -f $UPDMAP; then touch $UPDMAP; fi -if ! grep -q '^Alegreya.map$' < $UPDMAP; then - echo "Map Alegreya.map" >> $UPDMAP -fi -updmap-sys -texhash |