diff options
author | Michele Calgaro <[email protected]> | 2019-09-04 11:12:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-09-04 11:12:54 +0900 |
commit | d041b1d03473084fdd209ddb740e9e780846d721 (patch) | |
tree | 3274a7e707d87f31a9653224415af3c922503300 | |
parent | a99100081e625daa68ced8ceb9dc9188f00c87e2 (diff) | |
download | pytdeextensions-d041b1d03473084fdd209ddb740e9e780846d721.tar.gz pytdeextensions-d041b1d03473084fdd209ddb740e9e780846d721.zip |
Removed .lsm files. lsm database is outdated and unmaintained.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | app_templates/kcontrol_module/src/kcontrol_module.lsm | 14 | ||||
-rw-r--r-- | app_templates/kdeapp/src/kdeapp.lsm | 14 | ||||
-rw-r--r-- | app_templates/kdeutility/src/kdeutility.lsm | 14 | ||||
-rw-r--r-- | app_templates/tdeioslave/src/tdeioslave.lsm | 14 |
4 files changed, 0 insertions, 56 deletions
diff --git a/app_templates/kcontrol_module/src/kcontrol_module.lsm b/app_templates/kcontrol_module/src/kcontrol_module.lsm deleted file mode 100644 index 823574a..0000000 --- a/app_templates/kcontrol_module/src/kcontrol_module.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.0.6 -Entered-date: 2019-03-03 -Description: .... for the Trinity Desktop Environment -Keywords: TDE Qt -Author: $AUTHOR$ <$EMAIL$> -Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/ -Primary-site: http://git.trinitydesktop.org/cgit/ -Alternate-site: -Original-site: -Platforms: Linux and other Unices running TDE -Copying-policy: GPL -End diff --git a/app_templates/kdeapp/src/kdeapp.lsm b/app_templates/kdeapp/src/kdeapp.lsm deleted file mode 100644 index a2dab28..0000000 --- a/app_templates/kdeapp/src/kdeapp.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME -Version: R14.0.6 -Entered-date: 2019-03-03 -Description: .... for the Trinity Desktop Environment -Keywords: TDE Qt -Author: %{AUTHOR} <%{EMAIL}> -Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/ -Primary-site: http://git.trinitydesktop.org/cgit/ -Alternate-site: -Original-site: -Platforms: Linux and other Unices running TDE -Copying-policy: GPL -End diff --git a/app_templates/kdeutility/src/kdeutility.lsm b/app_templates/kdeutility/src/kdeutility.lsm deleted file mode 100644 index 823574a..0000000 --- a/app_templates/kdeutility/src/kdeutility.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.0.6 -Entered-date: 2019-03-03 -Description: .... for the Trinity Desktop Environment -Keywords: TDE Qt -Author: $AUTHOR$ <$EMAIL$> -Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/ -Primary-site: http://git.trinitydesktop.org/cgit/ -Alternate-site: -Original-site: -Platforms: Linux and other Unices running TDE -Copying-policy: GPL -End diff --git a/app_templates/tdeioslave/src/tdeioslave.lsm b/app_templates/tdeioslave/src/tdeioslave.lsm deleted file mode 100644 index 823574a..0000000 --- a/app_templates/tdeioslave/src/tdeioslave.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.0.6 -Entered-date: 2019-03-03 -Description: .... for the Trinity Desktop Environment -Keywords: TDE Qt -Author: $AUTHOR$ <$EMAIL$> -Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/ -Primary-site: http://git.trinitydesktop.org/cgit/ -Alternate-site: -Original-site: -Platforms: Linux and other Unices running TDE -Copying-policy: GPL -End |