diff options
author | Michele Calgaro <[email protected]> | 2019-09-01 14:01:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-09-01 14:09:22 +0900 |
commit | a60e556f411b0fdfc315ec72e9c0f8b480a59cec (patch) | |
tree | 8398c0505d0fa3e7d556d81bca40031d504c0262 | |
parent | b7ec448ccbebe7c744a66f8c7d5a48a15f60f42d (diff) | |
download | pytdeextensions-a60e556f411b0fdfc315ec72e9c0f8b480a59cec.tar.gz pytdeextensions-a60e556f411b0fdfc315ec72e9c0f8b480a59cec.zip |
Removed .lsm files. lsm database is outdated and unmaintained.
-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 354a14f..0000000 --- a/app_templates/kcontrol_module/src/kcontrol_module.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.1.0 -Entered-date: 2010-05-10 -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 b7fe75c..0000000 --- a/app_templates/kdeapp/src/kdeapp.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME -Version: R14.1.0 -Entered-date: 2010-05-10 -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 354a14f..0000000 --- a/app_templates/kdeutility/src/kdeutility.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.1.0 -Entered-date: 2010-05-10 -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 354a14f..0000000 --- a/app_templates/tdeioslave/src/tdeioslave.lsm +++ /dev/null @@ -1,14 +0,0 @@ -Begin4 -Title: $APPNAME$ -Version: R14.1.0 -Entered-date: 2010-05-10 -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 |