platform.in: Mark window managers registration macros as obsolete
This commit is contained in:
parent
c9231cb270
commit
a949a78dfb
@ -188,14 +188,6 @@ BuildRoot.
|
||||
%uninstall_info:
|
||||
ÏÔÍÅÎÁ ÒÅÇÉÓÔÒÁÃÉÉ ÕÄÁÌ£ÎÎÙÈ info-ÓÔÒÁÎÉÃ.
|
||||
|
||||
Регистрация оконных менеджеров.
|
||||
|
||||
%update_wms:
|
||||
регистрация новых/обновлённых описаний оконных менеджеров;
|
||||
|
||||
%clean_wms:
|
||||
отмена регистрации удалённых описаний оконных менеджеров.
|
||||
|
||||
òÅÇÉÓÔÒÁÃÉÑ ËÁÔÁÌÏÇÏ× scrollkeeper.
|
||||
|
||||
%update_scrollkeeper:
|
||||
|
@ -408,10 +408,10 @@
|
||||
@alt@%update_menus %{warning %%update_menus is obsolete and will be removed soon}update_menus_bin='%_update_menus_bin' && [ -x "$update_menus_bin" ] && "$update_menus_bin" ||:
|
||||
@alt@%clean_menus %{warning %%clean_menus is obsolete and will be removed soon}update_menus_bin='%_update_menus_bin' && [ "$1" = 0 -a -x "$update_menus_bin" ] && "$update_menus_bin" ||:
|
||||
@alt@
|
||||
@alt@# Update Window Managers sessions.
|
||||
@alt@# OBSOLETE window managers registration macros.
|
||||
@alt@%_update_wms_bin %_sbindir/update_wms
|
||||
@alt@%update_wms update_wms_bin='%_update_wms_bin' && [ -x "$update_wms_bin" ] && "$update_wms_bin" ||:
|
||||
@alt@%clean_wms update_wms_bin='%_update_wms_bin' && [ "$1" = 0 -a -x "$update_wms_bin" ] && "$update_wms_bin" ||:
|
||||
@alt@%update_wms %{warning %%update_wms is obsolete and will be removed soon}update_wms_bin='%_update_wms_bin' && [ -x "$update_wms_bin" ] && "$update_wms_bin" ||:
|
||||
@alt@%clean_wms %{warning %%clean_wms is obsolete and will be removed soon}update_wms_bin='%_update_wms_bin' && [ "$1" = 0 -a -x "$update_wms_bin" ] && "$update_wms_bin" ||:
|
||||
@alt@
|
||||
@alt@# Synchronize the scrollkeeper database.
|
||||
@alt@%_update_scrollkeeper_bin %_bindir/scrollkeeper-update
|
||||
|
Loading…
x
Reference in New Issue
Block a user