File update-package.sh of Package vkdt
#!/bin/bash osc up if [ -d vkdt ] ; then pushd vkdt git pull && git pull --force --tags popd else https://github.com/hanatos/vkdt.git fi rm *.zst osc service mr rm *cpio osc ar osc diff osc ci
#!/bin/bash osc up if [ -d vkdt ] ; then pushd vkdt git pull && git pull --force --tags popd else https://github.com/hanatos/vkdt.git fi rm *.zst osc service mr rm *cpio osc ar osc diff osc ci