fix(debian): move fullupdater-update to /opt, symlink in postinst
Some checks failed
Build and Release .deb / build-deb (push) Failing after 22s
Some checks failed
Build and Release .deb / build-deb (push) Failing after 22s
- Install both scripts in /opt/full-updater/scripts/ - Create symlinks in /usr/local/bin via postinst - Fixes dh_usrlocal error
This commit is contained in:
parent
9b449b39ce
commit
fce1146ed8
2 changed files with 2 additions and 2 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
|
@ -13,6 +13,7 @@ fi
|
|||
|
||||
# Ensure symlinks
|
||||
ln -sf "$OPT_DIR/scripts/fullupdater" /usr/local/bin/fullupdater
|
||||
ln -sf "$OPT_DIR/scripts/fullupdater-update" /usr/local/bin/fullupdater-update
|
||||
|
||||
# Ensure cache dir exists
|
||||
mkdir -p /tmp/full-updater-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue