]> git.pld-linux.org Git - packages/eventum.git/commitdiff
Update path for smarty templates cleanup
authorElan Ruusamäe <glen@delfi.ee>
Tue, 18 Aug 2020 10:51:51 +0000 (13:51 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 18 Aug 2020 10:51:51 +0000 (13:51 +0300)
eventum.spec

index 67cfdc761890d40435dfd3ac0fe678457303484a..2e4283e748a794924bb7d09681e6599b5b4cc7c2 100644 (file)
@@ -398,7 +398,7 @@ test -s %{_webappdir}/setup.php && \
 sudo -H -u http -- %{_appdir}/bin/upgrade.php || :
 
 # nuke Smarty templates cache after upgrade
-rm -f /var/cache/eventum/*.php
+rm -f /var/cache/eventum/smarty/*.php
 
 # Restart webserver on upgrade to get .mo translations reloaded.
 # actually php engines "php-fcgi" and "php-fpm" needed only, apache is restarted anyway via webapp trigger.
This page took 0.072402 seconds and 4 git commands to generate.