diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 19:44:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 19:45:02 +0200 |
commit | 01412a64df2590a14bc62acb501dcb774c48e947 (patch) | |
tree | 502778f8eb0d66f1566723ba2ee053116fb60e1c /ubuntu | |
parent | c7daa7bc94b9995ff159736045d1e6c4ee36c7dc (diff) | |
download | tde-packaging-01412a64df2590a14bc62acb501dcb774c48e947.tar.gz tde-packaging-01412a64df2590a14bc62acb501dcb774c48e947.zip |
DEB tellico: Remove rules for installing svg icons into XDG directory.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 052cb6853e5edcde925ad917146ab7a70a1ddeb6)
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/_base/applications/office/tellico/debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ubuntu/_base/applications/office/tellico/debian/rules b/ubuntu/_base/applications/office/tellico/debian/rules index ab6e72e3e..0c4cf46b6 100755 --- a/ubuntu/_base/applications/office/tellico/debian/rules +++ b/ubuntu/_base/applications/office/tellico/debian/rules @@ -19,12 +19,6 @@ DEB_CMAKE_EXTRA_FLAGS := \ DEB_MAKE_CHECK_TARGET = check binary-install/tellico-data-trinity:: - # Add svg icons to xdg directories - admin/mkinstalldirs debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/apps - install -c -p -m 644 -T icons/tellico.svg debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/apps/tellico.svg - admin/mkinstalldirs debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/mimetypes - install -c -p -m 644 -T icons/tellico_mime.svg debian/$(cdbs_curpkg)/opt/trinity/share/icons/hicolor/scalable/mimetypes/application-x-tellico.svg - # Install mime info into system directory mkdir -p debian/$(cdbs_curpkg)/usr/share/mime [ ! -d debian/tmp/opt/trinity/share/apps/mime ] || \ |