[Midnightbsd-cvs] mports [20425] trunk/x11/gdm: add deinstall script
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 3 15:39:06 EDT 2015
Revision: 20425
http://svnweb.midnightbsd.org/mports/?rev=20425
Author: laffer1
Date: 2015-10-03 15:39:06 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add deinstall script
Modified Paths:
--------------
trunk/x11/gdm/Makefile
Added Paths:
-----------
trunk/x11/gdm/pkg-deinstall
Modified: trunk/x11/gdm/Makefile
===================================================================
--- trunk/x11/gdm/Makefile 2015-10-03 19:35:14 UTC (rev 20424)
+++ trunk/x11/gdm/Makefile 2015-10-03 19:39:06 UTC (rev 20425)
@@ -2,6 +2,7 @@
PORTNAME= gdm
PORTVERSION= 3.16.2
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
Added: trunk/x11/gdm/pkg-deinstall
===================================================================
--- trunk/x11/gdm/pkg-deinstall (rev 0)
+++ trunk/x11/gdm/pkg-deinstall 2015-10-03 19:39:06 UTC (rev 20425)
@@ -0,0 +1,15 @@
+#!/bin/sh
+#
+# $MidnightBSD$
+#
+
+case $2 in
+DEINSTALL)
+ echo ""
+ echo "To really remove the gdm port, please remove the following"
+ echo "directories manualy:"
+ echo ""
+ echo "/var/cache/gdm /var/gdm /var/log/gdm and /var/run/gdm"
+ echo ""
+ ;;
+esac
Property changes on: trunk/x11/gdm/pkg-deinstall
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list