From e99139922a049c417834d1c4f25056d13ca9bdcc Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 23 Apr 2003 19:26:21 +0000 Subject: Add postinst for vera --- (limited to 'qt') diff --git a/qt/qpf-bitstream-vera.postinst b/qt/qpf-bitstream-vera.postinst new file mode 100755 index 0000000..9671d9a --- a/dev/null +++ b/qt/qpf-bitstream-vera.postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" != "configure" ]; then + exit 0 +fi + +. /etc/profile + +update-qtfontdir -- cgit v0.9.0.2