diff options
author | Slávek Banko <[email protected]> | 2023-09-13 22:51:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-09-14 08:44:57 +0200 |
commit | 70c47b9e5caedf748a42a97a82eef3611438d98a (patch) | |
tree | 816c3c14dc5ac4d142ac6d5fbd5416822ed2b03c /debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml | |
parent | 4924bcbf2ef82a637c4e8123f5f5ab8e653bb9a4 (diff) | |
download | tde-packaging-70c47b9e5caedf748a42a97a82eef3611438d98a.tar.gz tde-packaging-70c47b9e5caedf748a42a97a82eef3611438d98a.zip |
DEB default-settings: Move common files to common directory.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c0b455c680dcaac4342d685b017c44d0fa81fd06)
Diffstat (limited to 'debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml')
-rw-r--r-- | debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml b/debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml new file mode 100644 index 000000000..1df24cc92 --- /dev/null +++ b/debian/_base/metapackages/redmond-default-settings/konqueror-profile/konq_plugins.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<arch architecture="ia32"> + <os name="Linux"> + <plugin mimetype="application/x-shockwave-flash"> + <pluginname>Macromedia Flash Player 9.0</pluginname> + <pluginurl>http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz</pluginurl> + <licenceurl>http://www.adobe.com/shockwave/download/license/desktop/ssi/eula_ssi.html</licenceurl> + <licence>this field appear if licenceurl doesn't exist</licence> + <pluginfile>install_flash_player_9_linux/libflashplayer.so</pluginfile> + </plugin> + </os> +</arch> |