Skip to content

Commit

Permalink
chore: remove linglong.sh
Browse files Browse the repository at this point in the history
-

Log:
  • Loading branch information
kamiyadm committed Nov 9, 2023
1 parent c6f5d4e commit 3e830f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion debian/linglong-bin.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ usr/bin/ll-package-manager
usr/bin/ll-system-helper
usr/share/applications/org.deepin.linglong.service.desktop
etc/xdg/autostart/org.deepin.linglong.service.desktop
etc/profile.d/linglong.sh
etc/X11/Xsession.d/21linglong
usr/share/linglong/config.json
usr/share/bash-completion/completions/ll-cli
Expand Down
8 changes: 0 additions & 8 deletions src/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ install(FILES misc/bash_completion/llpkg
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/bash-completion/completions
)

install(FILES ${CMAKE_SOURCE_DIR}/scripts/linglong.sh
DESTINATION /etc/profile.d
)
install(
FILES ${CMAKE_SOURCE_DIR}/scripts/linglong.sh
DESTINATION /etc/X11/Xsession.d/
RENAME 21linglong
)
install(PROGRAMS ${CMAKE_SOURCE_DIR}/scripts/61-linglong
DESTINATION /usr/lib/systemd/user-environment-generators/
)

0 comments on commit 3e830f0

Please sign in to comment.