File: grace.postinst

package info (click to toggle)
grace 1%3A5.1.25-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,192 kB
  • sloc: ansic: 102,044; sh: 5,492; makefile: 572; perl: 56; fortran: 56
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# This is the postinst script for the Debian GNU/Linux grace package

set -e

# Update FontDataBase; also called as a trigger on /usr/share/fonts/type1
update-grace-fonts

#DEBHELPER#