Your IP : 216.73.217.117


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/xfonts-base.postinst

#!/bin/sh
set -e
# Automatically added by dh_installxfonts/13.11.4
if command -v update-fonts-dir >/dev/null; then
	update-fonts-dir --x11r7-layout misc;update-fonts-alias --include /etc/X11/fonts/misc/xfonts-base.alias misc
fi
# End automatically added section