Sophie

Sophie

distrib > Momonga > 7 > x86_64 > by-pkgid > fdb4322f6c6ddc1b9d13e737dcf3555d > scriptlet

xawtv-3.95-21m.mo7.x86_64.rpm

POSTIN

/bin/sh
(
  cd /usr/lib64/X11/fonts/misc
  /usr/bin/mkfontdir > /dev/null 2>&1
)

POSTUN

/bin/sh
if [ $1 = 0 ]; then
  (
    cd /usr/lib64/X11/fonts/misc
    /usr/bin/mkfontdir > /dev/null 2>&1
  )
fi