Update package version to 7.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user