remove archivefilename file

This commit is contained in:
Trevor Batley 2023-05-31 17:18:57 +10:00
parent 19db9793df
commit 3feeb6a412

View File

@ -253,7 +253,7 @@ git rm "$SOURCEPKG.spec"
git add "$TARGETPKG.spec" git add "$TARGETPKG.spec"
#Delete archivefilename file if it follows the new standard #Delete archivefilename file if it follows the new standard
if [ !e archivefilename ] ; then rm archivefilename ; fi if [ !e archivefilename ] ; then git rm archivefilename ; fi
#Update createlinks #Update createlinks
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink # - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink