Update package version to 7.0

This commit is contained in:
2025-12-21 19:03:09 +02:00
parent 2b26b55f39
commit 464010fe86
3 changed files with 32 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
# Rename 'config.yaml' file to 'config.yml.old'
if [ `bpm vercmp "$BPM_PKG_OLD_VERSION" 6.2` -le 0 ]; then
if [ -f /etc/stormfetch/config.yaml ]; then
mv /etc/stormfetch/config.yaml /etc/stormfetch/config.yml.old
fi
fi