summaryrefslogtreecommitdiff
path: root/pkgtools/xpkgwedge/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/xpkgwedge/pkg/DEINSTALL')
-rwxr-xr-xpkgtools/xpkgwedge/pkg/DEINSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgtools/xpkgwedge/pkg/DEINSTALL b/pkgtools/xpkgwedge/pkg/DEINSTALL
new file mode 100755
index 00000000000..451d838fc3d
--- /dev/null
+++ b/pkgtools/xpkgwedge/pkg/DEINSTALL
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+===============================================================
+
+Note that you now need to remove the line which assigns X11BASE
+(such as X11BASE=\${LOCALBASE}) from your /etc/mk.conf! If you
+do not remove that change, X11 pkgs will no longer build.
+
+===============================================================
+
+EOF
+ ;;
+esac