#!/bin/sh if [ "X$2" = X"PRE-INSTALL" ]; then for d in /usr/local/man /usr/X11R6/man; do if [ -d ${d}/ja_JP.EUC ]; then if [ -d ${d}/ja ]; then (cd ${d}; tar cf - -C ja_JP.EUC . | tar xfp - -C ja; \ rm -rf ${d}/ja_JP.EUC; ln -s ja ja_JP.EUC ) else (cd ${d}; mv ja_JP.EUC ja; ln -s ja ja_JP.EUC ) fi fi done fi ication/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/four-in-a-row
Commit message (Expand)AuthorAgeFilesLines
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-063-14/+11
* Update GNOME to 3.14.2.kwm2014-12-032-4/+4