1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Use @sample in pkg-plist.

PR:		191613
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
This commit is contained in:
Raphael Kubo da Costa 2014-07-04 20:28:02 +00:00
parent 0eceadd2af
commit dff87f87c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360657

View File

@ -2,12 +2,8 @@ bin/lxde-logout
bin/openbox-lxde
bin/startlxde
etc/xdg/lxsession/LXDE/autostart
@unexec if cmp -s %D/etc/xdg/lxsession/LXDE/desktop.conf %D/etc/xdg/lxsession/LXDE/desktop.conf.sample; then rm -f %D/etc/xdg/lxsession/LXDE/desktop.conf; fi
etc/xdg/lxsession/LXDE/desktop.conf.sample
@exec if [ ! -f %D/etc/xdg/lxsession/LXDE/desktop.conf ] ; then cp -p %D/%F %B/desktop.conf; fi
@unexec if cmp -s %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample; then rm -f %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf; fi
etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample
@exec if [ ! -f %D/etc/xdg/pcmanfm/LXDE/pcmanfm.conf ] ; then cp -p %D/%F %B/pcmanfm.conf; fi
@sample etc/xdg/lxsession/LXDE/desktop.conf.sample
@sample etc/xdg/pcmanfm/LXDE/pcmanfm.conf.sample
man/man1/lxde-logout.1.gz
man/man1/openbox-lxde.1.gz
man/man1/startlxde.1.gz