mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-12-16 11:33:31 +08:00
提交v2.2.2
This commit is contained in:
7
dpkg/preinst
Normal file
7
dpkg/preinst
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
# 删除可能引起冲突的文件
|
||||
if [ -f /home/data/ChangeLog.md ]; then
|
||||
echo "Removing conflicting ChangeLog.md file..."
|
||||
rm -f /home/data/ChangeLog.md
|
||||
fi
|
||||
Reference in New Issue
Block a user