diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2015-10-12 10:38:35 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2015-10-12 18:20:58 +0200 |
commit | 805a861b398bbe5f22cb08705dfa006b44fe4e40 (patch) | |
tree | a061cbe080192b138ef95aaa5669c263d8b98d96 /scp2 | |
parent | d72c1f1f0a906c4db8d9a74dd3f252a8137fd781 (diff) |
KDE4: add kde4-open-url to the integration package
Currently kde4-open-url is just installed, but not included in
the kde-integration package.
Change-Id: Ic114a463b97aaaf4cc7ff3062143698daf93513c
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/kde/module_kde.scp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scp2/source/kde/module_kde.scp b/scp2/source/kde/module_kde.scp index 6fa6155b6b16..2bf6ac58d0c3 100644 --- a/scp2/source/kde/module_kde.scp +++ b/scp2/source/kde/module_kde.scp @@ -26,5 +26,7 @@ Module gid_Module_Optional_Kde PackageInfo = "packinfo_office.txt"; MOD_NAME_DESC(MODULE_OPTIONAL_KDE); Styles = (); - Files = (auto_kde_ALL); + Files = (auto_kde_ALL, + gid_File_Bin_Kde_Open_Url + ); End |