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:
parent
0eceadd2af
commit
dff87f87c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360657
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user