Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove useless service file #200

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ configure_package_config_file(KWinDBusInterfaceConfig.cmake.in
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/KWinDBusInterfaceConfig.cmake
DESTINATION ${CMAKECONFIG_INSTALL_DIR})

ecm_install_configured_files(INPUT deepin-kwin_x11.service.in deepin-kwin_wayland.service.in @ONLY
DESTINATION ${SYSTEMD_USER_UNIT_INSTALL_DIR})

find_package(KF5I18n CONFIG REQUIRED)
ki18n_install(po)

Expand Down
1 change: 0 additions & 1 deletion debian/deepin-kwin-wayland.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
usr/bin/deepin-kwin_wayland
usr/bin/deepin-kwin_wayland_wrapper
usr/lib/systemd/user/deepin-kwin_wayland.service
1 change: 0 additions & 1 deletion debian/deepin-kwin-x11.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
usr/bin/deepin-kwin_x11
usr/lib/*/qt5/plugins/org.kde.deepin-kwin.platforms/KWinX11Platform.so
usr/lib/systemd/user/deepin-kwin_x11.service
/usr/share/translations/popupmenu/*.qm
8 changes: 0 additions & 8 deletions deepin-kwin_wayland.service.in

This file was deleted.

10 changes: 0 additions & 10 deletions deepin-kwin_x11.service.in

This file was deleted.

Loading