#!/bin/sh # $FreeBSD$ # The RPM database directory RPM_DATABASE_DIR=/var/local/lib/rpm # Provide instructions for initialising the RPM database. if [ "$2" = "POST-INSTALL" ]; then if [ -d "${RPM_DATABASE_DIR}" ]; then echo "" echo "Old RPM database found. If you are upgrading RPM from a" echo "different version of Berkeley DB, you might need to rebuild" echo "with the command:" echo "" echo " ${PKG_PREFIX}/bin/rpm --rebuilddb" echo "" fi fi link rel='vcs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/liberation-fonts-ttf
Commit message (Expand)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Fix pkg-messagebapt2015-03-202-2/+1