Add cleanup script
This commit is contained in:
parent
9fcec076ef
commit
eccf3a8f58
2 changed files with 5 additions and 0 deletions
4
packaging_scripts/cleanup.sh
Executable file
4
packaging_scripts/cleanup.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/bash
|
||||
BASEDIR=~/sources
|
||||
cd ${BASEDIR}/swayswitch
|
||||
rm -r debian/.debhelper/ debian/debhelper-build-stamp debian/files debian/swayswitch.substvars debian/swayswitch/
|
|
@ -3,3 +3,4 @@ BASEDIR=~/sources
|
|||
${BASEDIR}/swayswitch/packaging_scripts/version.sh
|
||||
${BASEDIR}/swayswitch/packaging_scripts/reprepro.sh
|
||||
${BASEDIR}/swayswitch/packaging_scripts/alien.sh
|
||||
${BASEDIR}/swayswitch/packaging_scripts/cleanup.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue