remove archivefilename file
This commit is contained in:
parent
19db9793df
commit
3feeb6a412
@ -253,7 +253,7 @@ git rm "$SOURCEPKG.spec"
|
||||
git add "$TARGETPKG.spec"
|
||||
|
||||
#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
|
||||
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
|
||||
|
Loading…
Reference in New Issue
Block a user