From 577d4f6312a8cbd3572ede4017202346bb5f85ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 7 Mar 2017 20:50:43 +0100 Subject: Drop bogus compat symlink, will add it in the spec file (mga#20408) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 5cc7c91b..8c5c66da 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,6 @@ install: all install -d $(SYSCONFDIR) install -m644 mgaapplet.conf $(SYSCONFDIR)/mgaapplet cp -a icons/hicolor $(ICONSDIR) - # Compat symlink, to be sure we don't break external apps relying on this icon - ln -s $(ICONSDIR)/hicolor/32x32/apps/$(NAME).png $(ICONSDIR)/$(NAME).png perl -pi -e "s/version = 1/version = '$(VERSION)'/" mgaonline.pm install -m644 mgaonline.pm $(FBLIBDIR) install -m644 mgaapplet.pm $(FBLIBDIR) -- cgit v1.2.1