mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
sutainable custom css files after upgrades
This commit is contained in:
parent
03931cb78b
commit
287eebbc38
2 changed files with 10 additions and 0 deletions
6
src/deb/vesta/conffiles
Normal file
6
src/deb/vesta/conffiles
Normal file
|
@ -0,0 +1,6 @@
|
|||
/usr/local/vesta/web/images/logo.png
|
||||
/usr/local/vesta/web/images/favicon.ico
|
||||
/usr/local/vesta/web/css/csshover3.htc
|
||||
/usr/local/vesta/web/css/ie.css
|
||||
/usr/local/vesta/web/css/jquery-custom-dialogs.css
|
||||
/usr/local/vesta/web/css/main.css
|
|
@ -40,6 +40,10 @@ fi
|
|||
%{_vestadir}
|
||||
%config(noreplace) %{_vestadir}/web/images/logo.png
|
||||
%config(noreplace) %{_vestadir}/web/images/favicon.ico
|
||||
%config(noreplace) %{_vestadir}/web/css/csshover3.htc
|
||||
%config(noreplace) %{_vestadir}/web/css/ie.css
|
||||
%config(noreplace) %{_vestadir}/web/css/jquery-custom-dialogs.css
|
||||
%config(noreplace) %{_vestadir}/web/css/main.css
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2013 Serghey Rodin <builder@vestacp.com> - 0.9.8-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue