Skip to content

Commit

Permalink
Add cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Dec 27, 2020
1 parent 9fcec07 commit eccf3a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging_scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions packaging_scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eccf3a8

Please sign in to comment.