]> git.pld-linux.org Git - packages/eventum.git/commitdiff
drop support migrating from < 3.0.0
authorElan Ruusamäe <glen@delfi.ee>
Wed, 5 Sep 2018 15:50:01 +0000 (18:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 5 Sep 2018 15:50:01 +0000 (18:50 +0300)
eventum.spec

index 4828f5be2e5ddfe3a830dc84035fc3659ad8a3ac..4a526a863ae6238cca816f18bf2e83047dc8db4b 100644 (file)
@@ -517,17 +517,6 @@ fi
 %triggerun -- lighttpd
 %webapp_unregister lighttpd %{_webapp}
 
-%triggerpostun -- %{name} < 3.0.0-0.2
-for f in /etc/cron.d/eventum-*; do
-       # crontabs moved to bin
-       %{__sed} -i -e '
-               s,/usr/share/eventum/crons/process_mail_queue.php,%{_appdir}/bin/process_mail_queue.php,
-               s,/usr/share/eventum/crons/download_emails.php,%{_appdir}/bin/download_emails.php,
-               s,/usr/share/eventum/crons/check_reminders.php,%{_appdir}/bin/check_reminders.php,
-               s,/usr/share/eventum/crons/monitor.php,%{_appdir}/bin/monitor.php,
-       ' $f
-done
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(771,root,http) %dir %{_webappdir}
@@ -556,6 +545,7 @@ done
 %dir %{_appdir}/bin
 %attr(755,root,root) %{_appdir}/bin/extension.php
 %attr(755,root,root) %{_appdir}/bin/ldapsync.php
+%attr(755,root,root) %{_appdir}/bin/migrate_storage_adapter.php
 %attr(755,root,root) %{_appdir}/bin/process_all_emails.php
 %attr(755,root,root) %{_appdir}/bin/upgrade.php
 
This page took 0.076245 seconds and 4 git commands to generate.