diff options
author | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:07:51 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:07:51 +0300 |
commit | 68d80bdfa06aa4ff0764e64c3b940b705fe5b606 (patch) | |
tree | 5a6f21cea33c034a2dbdc77f85f9d39ec794ee8b /Makefile | |
parent | d32a77543c21c156070e76b2af94c0676a2dbb15 (diff) | |
download | spec-helper-68d80bdfa06aa4ff0764e64c3b940b705fe5b606.tar spec-helper-68d80bdfa06aa4ff0764e64c3b940b705fe5b606.tar.gz spec-helper-68d80bdfa06aa4ff0764e64c3b940b705fe5b606.tar.bz2 spec-helper-68d80bdfa06aa4ff0764e64c3b940b705fe5b606.tar.xz spec-helper-68d80bdfa06aa4ff0764e64c3b940b705fe5b606.zip |
Drop unneeded translate_menu script (mga#26519)
Nothing uses /usr/lib/menu anymore.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ SCRIPT_FILES = check_desktop_files \ lib_symlinks \ relink_symlinks \ remove_info_dir \ - restrict_to_cpu0 \ - translate_menu + restrict_to_cpu0 BIN_FILES = macroszification MACROS_FILES = spec-helper.macros TEST_FILES = t/*.t |