mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
10 lines
126 B
Bash
10 lines
126 B
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: gnome-config,v 1.1 2000/08/11 20:01:20 jlam Exp $
|
|
|
|
case $1 in
|
|
--datadir)
|
|
echo @PREFIX@/share
|
|
;;
|
|
esac
|