aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase3/pkg-install
blob: c006125fb6200e42bf895c841f238e5423bf7ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# $FreeBSD$
#

if [ "$2" != "POST-INSTALL" ]; then
        exit 0
fi

kdmrcscript=%%PREFIX%%/etc/rc.d/kdm.sh

if [ -f $kdmrcscript ]; then
    sh -c "$kdmrcscript"
fi

exit 0
ating DISTREVISION from PORTREVISION.sf2005-02-041-7/+12 * MFsrc: fix by yongarisf2005-02-022-6/+15 * - Fix syntax on 5-STABLE past 2005-01-30pav2005-02-011-1/+1 * unbreak -CURRENT, catch up renaming by tanimura.sf2004-08-051-2/+13 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Substitute BROKEN with IGNORE in cases where the port requires the src treemarcus2004-01-101-4/+4