1
0
mirror of https://github.com/openSUSE/snapper.git synced 2026-02-05 15:46:00 +01:00

- removed grub-snapper-plugin subpackage (fate#316232)

This commit is contained in:
Arvin Schnell
2014-01-24 10:34:27 +01:00
parent 6b228e7db6
commit 3e83cdc2f7
5 changed files with 40 additions and 34 deletions

View File

@@ -14,13 +14,12 @@ pam_snapper_SCRIPTS = \
endif
EXTRA_DIST = snapper-hourly snapper-daily zypp-plugin.py grub-plugin.py $(pam_snapper_SCRIPTS)
EXTRA_DIST = snapper-hourly snapper-daily zypp-plugin.py $(pam_snapper_SCRIPTS)
install-data-local:
install -D snapper-hourly $(DESTDIR)/etc/cron.hourly/suse.de-snapper
install -D snapper-daily $(DESTDIR)/etc/cron.daily/suse.de-snapper
if HAVE_ZYPP
install -D zypp-plugin.py $(DESTDIR)/usr/lib/zypp/plugins/commit/snapper.py
install -D grub-plugin.py $(DESTDIR)/usr/lib/snapper/plugins/grub.py
endif