diff --git a/pd/icons/pd-l2ork.desktop b/pd/icons/pd-l2ork.desktop deleted file mode 100755 index 3a7f218a0b5396f6fb024a422e9cb02a1bcbc8fe..0000000000000000000000000000000000000000 --- a/pd/icons/pd-l2ork.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Type=Application -Name=pd-l2ork -Exec=pd-l2ork -Icon=pd-l2ork -StartupNotify=true - diff --git a/pd/icons/pd-l2ork_48px.png b/pd/icons/pd-l2ork_48px.png deleted file mode 100644 index 0ab2df6541dfe5c1c7a02237098c054652f9a2b4..0000000000000000000000000000000000000000 Binary files a/pd/icons/pd-l2ork_48px.png and /dev/null differ diff --git a/pd/src/makefile.in b/pd/src/makefile.in index 6c9e3033f90e080b7c85112ea035b4743c4b2fea..4b64a1e5a495f1a77e9016aff76bc080a7c0a826 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -349,9 +349,3 @@ etags_Linux: etags_MINGW: find /usr/local/include/ -type f -name \*.h -exec etags -a '{}' \; -install-icon:: - D=$$(case "$(DESTDIR)$(prefix)" in /home/*) echo "$$HOME/.local/share";; *) echo "/usr/share";; esac); \ - echo $$D; \ - install -m644 ../icons/pd-l2ork_48px.png $$D/icons/hicolor/48x48/apps/pd-l2ork.png; \ - install -m644 ../icons/pd-l2ork.desktop $$D/applications/pd-l2ork.desktop -