File: rules.Ubuntu

package info (click to toggle)
tango-icon-theme 0.8.90-8
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,796 kB
  • sloc: sh: 3,395; makefile: 1,472
file content (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
binary-post-install/tango-icon-theme::
	rm -fv $(ICON_DIR)/[0-9]*/places/start-here.png
	# remove symlinks to start-here.png
	for f in $(ICON_DIR)/[0-9]*/places/*.png; do \
	    if [ "$$(readlink $$f)" = "start-here.png" ]; then \
	        rm -fv $$f; \
	    fi \
	done

# vim:syntax=make