Skip to content

Commit c869c5b

Browse files
committed
deb: remove unnecessary symlinks from deb package
Remove the symlinks to the GitHub and Bitbucket UI helpers in /usr/local/bin. These are not required to have the core GCM application locate the helpers and just create more noise in the user's $PATH.
1 parent 951f3b5 commit c869c5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/linux/Packaging.Linux/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,9 @@ EOF
176176
# Copy all binaries and shared libraries to target installation location
177177
cp -R "$PAYLOAD"/* "$INSTALL_TO" || exit 1
178178

179-
# Create symlinks
179+
# Create symlink
180180
ln -s -r "$INSTALL_TO/git-credential-manager-core" \
181181
"$LINK_TO/git-credential-manager-core" || exit 1
182-
ln -s -r "$INSTALL_TO/Atlassian.Bitbucket.UI" \
183-
"$LINK_TO/Atlassian.Bitbucket.UI" || exit 1
184-
ln -s -r "$INSTALL_TO/GitHub.UI" \
185-
"$LINK_TO/GitHub.UI" || exit 1
186182

187183
dpkg-deb --build "$DEBROOT" "$DEBPKG" || exit 1
188184

0 commit comments

Comments
 (0)