build: refactor build scripts

use right way to include symlinks and some other minor changes
This commit is contained in:
Aikawa Yataro 2024-08-02 20:49:08 +00:00
parent 646f7f90cf
commit 6bea4b42a2
No known key found for this signature in database
GPG key ID: 1C5D95FB10179404
5 changed files with 19 additions and 28 deletions

View file

@ -1,5 +1,5 @@
Package: sourcegit
Version: 8.18
Version: 8.23
Priority: optional
Depends: libx11-6, libice6, libsm6
Architecture: amd64

View file

@ -1,5 +0,0 @@
#!bin/sh
echo 'Create link on /usr/bin'
ln -s /opt/sourcegit/sourcegit /usr/bin/sourcegit
exit 0

View file

@ -1,4 +0,0 @@
#!bin/sh
rm -f /usr/bin/sourcegit
exit 0