@comment $FreeBSD$ bin/mediatomb %%DATADIR%%/js/import.js %%DATADIR%%/js/playlists.js %%DATADIR%%/js/common.js %%DATADIR%%/mappings.xml %%DATADIR%%/mysql.sql %%DATADIR%%/sqlite3.sql %%DATADIR%%/web/cds.xml %%DATADIR%%/web/cm.xml %%DATADIR%%/web/disabled.html %%DATADIR%%/web/favicon.ico %%DATADIR%%/web/icons/add_as_autoscan.png %%DATADIR%%/web/icons/autoscan_inotify_config_folder_open.png %%DATADIR%%/web/icons/autoscan_inotify_folder_open.png %%DATADIR%%/web/icons/autoscan_timed_config_folder_open.png %%DATADIR%%/web/icons/autoscan_timed_folder_open.png %%DATADIR%%/web/icons/blank.gif %%DATADIR%%/web/icons/blank.png %%DATADIR%%/web/icons/document-new.png %%DATADIR%%/web/icons/film.png %%DATADIR%%/web/icons/folder_new.png %%DATADIR%%/web/icons/folder_open.png %%DATADIR%%/web/icons/go-first.png %%DATADIR%%/web/icons/go-last.png %%DATADIR%%/web/icons/go-next.png %%DATADIR%%/web/icons/go-previous.png %%DATADIR%%/web/icons/mediatomb.png %%DATADIR%%/web/icons/mt-icon120.bmp %%DATADIR%%/web/icons/mt-icon120.jpg %%DATADIR%%/web/icons/mt-icon120.png %%DATADIR%%/web/icons/mt-icon32.bmp %%DATADIR%%/web/icons/mt-icon32.jpg %%DATADIR%%/web/icons/mt-icon32.png %%DATADIR%%/web/icons/mt-icon48.bmp %%DATADIR%%/web/icons/mt-icon48.jpg %%DATADIR%%/web/icons/mt-icon48.png %%DATADIR%%/web/icons/nanotree/images/autoscan_inotify_config_folder_closed.png %%DATADIR%%/web/icons/nanotree/images/autoscan_inotify_config_folder_open.png %%DATADIR%%/web/icons/nanotree/images/autoscan_inotify_folder_closed.png %%DATADIR%%/web/icons/nanotree/images/autoscan_inotify_folder_open.png %%DATADIR%%/web/icons/nanotree/images/autoscan_timed_config_folder_closed.png %%DATADIR%%/web/icons/nanotree/images/autoscan_timed_config_folder_open.png %%DATADIR%%/web/icons/nanotree/images/autoscan_timed_folder_closed.png %%DATADIR%%/web/icons/nanotree/images/autoscan_timed_folder_open.png %%DATADIR%%/web/icons/nanotree/images/folder_closed.png %%DATADIR%%/web/icons/nanotree/images/folder_open.png %%DATADIR%%/web/icons/nanotree/images/lastnode.png %%DATADIR%%/web/icons/nanotree/images/line.png %%DATADIR%%/web/icons/nanotree/images/minus.png %%DATADIR%%/web/icons/nanotree/images/minus_last.png %%DATADIR%%/web/icons/nanotree/images/minus_last_no_root.png %%DATADIR%%/web/icons/nanotree/images/minus_no_root.png %%DATADIR%%/web/icons/nanotree/images/plus.png %%DATADIR%%/web/icons/nanotree/images/plus_last.png %%DATADIR%%/web/icons/nanotree/images/plus_last_no_root.png %%DATADIR%%/web/icons/nanotree/images/plus_no_root.png %%DATADIR%%/web/icons/nanotree/images/t.png %%DATADIR%%/web/icons/nanotree/images/t_no_root.png %%DATADIR%%/web/icons/nanotree/images/white.png %%DATADIR%%/web/icons/remove_all.png %%DATADIR%%/web/icons/remove_autoscan.png %%DATADIR%%/web/icons/remove_this.png %%DATADIR%%/web/icons/status.png %%DATADIR%%/web/icons/status_loading.png %%DATADIR%%/web/icons/status_updates_pending.png %%DATADIR%%/web/icons/stock-add.png %%DATADIR%%/web/icons/stock_edit.png %%DATADIR%%/web/icons/stock_exit.png %%DATADIR%%/web/index.html %%DATADIR%%/web/js/auth.js %%DATADIR%%/web/js/autoscan.js %%DATADIR%%/web/js/icons.js %%DATADIR%%/web/js/items.js %%DATADIR%%/web/js/md5.js %%DATADIR%%/web/js/nanotree.js %%DATADIR%%/web/js/iepngfix.htc %%DATADIR%%/web/js/prototype.js %%DATADIR%%/web/js/tasks.js %%DATADIR%%/web/js/tools.js %%DATADIR%%/web/js/tree.js %%DATADIR%%/web/left.html %%DATADIR%%/web/main.css %%DATADIR%%/web/mr_reg.xml %%DATADIR%%/web/right.html %%DATADIR%%/web/std_treelook.css %%DATADIR%%/web/top.html %%DATADIR%%/web/topleft.html %%DATADIR%%/web/topright.html @owner %%MEDIATOMB_USER%% @group %%MEDIATOMB_GROUP%% @exec mkdir -m %%MEDIATOMB_MASK%% -p %D/etc/mediatomb @exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %D/etc/mediatomb @unexec if cmp -s %D/etc/mediatomb/config.xml.dist %D/etc/mediatomb/config.xml; then rm -f %D/etc/mediatomb/config.xml; fi etc/mediatomb/config.xml.dist @exec [ -f %B/config.xml ] || cp -p %B/%f %B/config.xml @unexec rmdir %%MEDIATOMB_DIR%% 2>/dev/null 1>&2 || true @exec mkdir -m %%MEDIATOMB_MASK%% -p %%MEDIATOMB_DIR%% @exec chown %%MEDIATOMB_USER%%:%%MEDIATOMB_GROUP%% %%MEDIATOMB_DIR%% @dirrmtry etc/mediatomb @dirrm %%DATADIR%%/js @dirrm %%DATADIR%%/web/icons/nanotree/images @dirrm %%DATADIR%%/web/icons/nanotree @dirrm %%DATADIR%%/web/icons @dirrm %%DATADIR%%/web/js @dirrm %%DATADIR%%/web @dirrm %%DATADIR%%