diff options
Diffstat (limited to 'ports/sif')
| -rw-r--r-- | ports/sif/add.sh | 2 | ||||
| -rw-r--r-- | ports/sif/del.sh | 3 |
2 files changed, 3 insertions, 2 deletions
| diff --git a/ports/sif/add.sh b/ports/sif/add.sh index 311a3ae..16f0587 100644 --- a/ports/sif/add.sh +++ b/ports/sif/add.sh | |||
| @@ -3,4 +3,4 @@ set -e | |||
| 3 | 3 | ||
| 4 | git clone https://codeberg.org/Druid520/sif.git | 4 | git clone https://codeberg.org/Druid520/sif.git |
| 5 | cd sif | 5 | cd sif |
| 6 | cp sif.sh /usr/local/bin/sif | 6 | cp sif.sh /usr/bin/sif |
| diff --git a/ports/sif/del.sh b/ports/sif/del.sh index fb6657d..2ab3d8f 100644 --- a/ports/sif/del.sh +++ b/ports/sif/del.sh | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | . pkg.conf | 1 | . pkg.conf |
| 2 | set -e | 2 | set -e |
| 3 | 3 | ||
| 4 | rm /usr/local/bin/sif | 4 | rm /usr/bin/sif |
| 5 | rm -rf sif | ||
