diff options
author | gahr <gahr@FreeBSD.org> | 2012-10-19 21:45:57 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-10-19 21:45:57 +0800 |
commit | 51601879299f7ac477946829c1cbf7132e14a5ea (patch) | |
tree | 4912f385106a3e4efc8ca068b61144f5c582213b /sysutils | |
parent | c7697ece0edc42ae60f5e3c9dcf37e295314c8ab (diff) | |
download | freebsd-ports-gnome-51601879299f7ac477946829c1cbf7132e14a5ea.tar.gz freebsd-ports-gnome-51601879299f7ac477946829c1cbf7132e14a5ea.tar.zst freebsd-ports-gnome-51601879299f7ac477946829c1cbf7132e14a5ea.zip |
- Add a couple of @dirrmtry to make redports happy
Feature safe: yes
Reported by: redports.org
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/yum/pkg-plist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/yum/pkg-plist b/sysutils/yum/pkg-plist index ea7ba4e0d33f..3ae18116d58a 100644 --- a/sysutils/yum/pkg-plist +++ b/sysutils/yum/pkg-plist @@ -137,6 +137,15 @@ etc/yum/yum-updatesd.conf.sample @dirrm %%PYTHON_SITELIBDIR%%/rpmUtils @dirrm %%PYTHON_SITELIBDIR%%/yum @dirrmtry etc/logrotate.d +@dirrmtry etc/rc.d/init.d +@dirrmtry share/locale/id_ID/LC_MESSAGES +@dirrmtry share/locale/id_ID +@dirrmtry share/locale/lt_LT/LC_MESSAGES +@dirrmtry share/locale/lt_LT +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry etc/dbus-1/system.d +@dirrmtry etc/dbus-1 @unexec if cmp -s %D/etc/yum/yum.conf.sample %D/etc/yum/yum.conf; then rm -f %D/etc/yum/yum.conf; fi @exec if [ ! -f %D/etc/yum/yum.conf ]; then cp -p %D/%F %B/yum.conf; fi |