khelpcenter: Remove installation of non-existent images.

I looked at the source code all the way back to the original KDE 2.2
and there were always just rules for installing icons, but the files
were never present.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/716/head
Slávek Banko 4 days ago
parent 7cb5d96dd4
commit 363de72d1c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -10,4 +10,3 @@
#################################################
tde_install_icons( khelpcenter )
tde_install_icons( helpdoc helpbook helpbook_open DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/icons )

@ -1,6 +1,2 @@
KDE_ICON = khelpcenter
khelpcenter_ICON = helpdoc helpbook helpbook_open
khelpcenterdir = $(kde_datadir)/khelpcenter/icons

Loading…
Cancel
Save