diff options
Diffstat (limited to 'kppp/DB/Provider/Netherlands/CMakeLists.txt')
-rw-r--r-- | kppp/DB/Provider/Netherlands/CMakeLists.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/kppp/DB/Provider/Netherlands/CMakeLists.txt b/kppp/DB/Provider/Netherlands/CMakeLists.txt index 93e61333..d854d4db 100644 --- a/kppp/DB/Provider/Netherlands/CMakeLists.txt +++ b/kppp/DB/Provider/Netherlands/CMakeLists.txt @@ -9,8 +9,15 @@ # ################################################# -install( FILES - .directory Kabelfoon HCC%032NET 12Move FlakkeeNet +tde_create_translated_desktop( + SOURCE .directory + DESTINATION ${DATA_INSTALL_DIR}/kppp/Provider/Netherlands + PO_DIR kppp-desktops +) + +install( + FILES + Kabelfoon HCC%032NET 12Move FlakkeeNet IntroWeb%032Hengelo%032e.o. Support%032Net FreeAcces IntroWeb%032met%0323-cijferig%032kengetal Telebyte Bart Freeler%032basis IntroWeb%032met%0324-cijferig%032kengetal @@ -28,4 +35,5 @@ install( FILES Popin Zon%0322 Energis-Ision Internet%032Acces%032Facilities PublishNet Zon%032Gratis Euronet%032anytime Internet%032Online Raketnet Zon%032Inclusief Euronet%032professional Interstroom Solcon - DESTINATION ${DATA_INSTALL_DIR}/kppp/Provider/Netherlands ) + DESTINATION ${DATA_INSTALL_DIR}/kppp/Provider/Netherlands +) |