diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-25 13:19:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-25 13:19:08 +0900 |
commit | 420078c628b77d0ffc28c8193c9e8d1eb7517026 (patch) | |
tree | bad3f45a6078b6972231abeb4e8a8f4870198d45 | |
parent | f31f1ff62f5d51fcf0e3652264fa8da48a956cce (diff) | |
download | tde-packaging-420078c628b77d0ffc28c8193c9e8d1eb7517026.tar.gz tde-packaging-420078c628b77d0ffc28c8193c9e8d1eb7517026.zip |
DEB ksystemlog: avoid duplication of ksystemlog.desktop file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-x | debian/_base/applications/ksystemlog/debian/rules | 4 | ||||
-rwxr-xr-x | ubuntu/_base/applications/ksystemlog/debian/rules | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/debian/_base/applications/ksystemlog/debian/rules b/debian/_base/applications/ksystemlog/debian/rules index 05703d615..4f6505558 100755 --- a/debian/_base/applications/ksystemlog/debian/rules +++ b/debian/_base/applications/ksystemlog/debian/rules @@ -37,10 +37,6 @@ endif build/ksystemlog-trinity:: /usr/bin/docbook2x-man debian/ksystemlog.xml -install/ksystemlog-trinity:: - install -D -p -m0644 ksystemlog/src/ksystemlog.desktop \ - debian/ksystemlog-trinity/opt/trinity/share/applications/tde/ksystemlog.desktop - binary-install/ksystemlog-trinity:: mv debian/ksystemlog-trinity/usr/share/man debian/ksystemlog-trinity/opt/trinity/share/ diff --git a/ubuntu/_base/applications/ksystemlog/debian/rules b/ubuntu/_base/applications/ksystemlog/debian/rules index 05703d615..4f6505558 100755 --- a/ubuntu/_base/applications/ksystemlog/debian/rules +++ b/ubuntu/_base/applications/ksystemlog/debian/rules @@ -37,10 +37,6 @@ endif build/ksystemlog-trinity:: /usr/bin/docbook2x-man debian/ksystemlog.xml -install/ksystemlog-trinity:: - install -D -p -m0644 ksystemlog/src/ksystemlog.desktop \ - debian/ksystemlog-trinity/opt/trinity/share/applications/tde/ksystemlog.desktop - binary-install/ksystemlog-trinity:: mv debian/ksystemlog-trinity/usr/share/man debian/ksystemlog-trinity/opt/trinity/share/ |