Added gdm-2.30.0 build template.

--HG--
extra : convert_revision : 8738615e8737d4ef839dbcb9b0a5415192c1ba2d
This commit is contained in:
Juan RP
2010-04-15 03:53:44 +02:00
parent 19f90eea8b
commit 6b3e6dac34
5 changed files with 162 additions and 0 deletions

9
srcpkgs/gdm/INSTALL Normal file
View File

@@ -0,0 +1,9 @@
#
# This script takes care about perms in required dirs.
#
case "${ACTION}" in
post)
chown root:gdm var/lib/gdm
chown -R root:gdm var/lib/gdm/.gconf.mandatory
;;
esac