Skip to content

Commit 32ba57c

Browse files
committed
Merge branch 'master' of https://github.com/Bitmessage/PyBitmessage into keyfile_perm_fix
2 parents a579e8f + eed8c66 commit 32ba57c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ install:
3535
install -m 644 desktop/can-icon.svg ${DEST_SHARE}/icons/hicolor/scalable/apps/${APP}.svg
3636
install -m 644 desktop/can-icon.svg ${DEST_SHARE}/pixmaps/${APP}.svg
3737

38+
uninstall:
39+
rm -Rf "${DEST_APP}"
40+
rm -f "${DESTDIR}/usr/bin/${APP}"
41+
rm -f "${DEST_SHARE}/applications/${APP}.desktop"
42+
rm -f "${DEST_SHARE}/icons/hicolor/24x24/apps/${APP}.png"
43+
rm -f "${DEST_SHARE}/icons/hicolor/scalable/apps/${APP}.svg"
44+
rm -f "${DEST_SHARE}/pixmaps/${APP}.svg"
45+
3846
clean:
3947
rm -rf debian/${APP}
4048
rm -f ../${APP}_*.deb ../${APP}_*.asc ../${APP}_*.dsc ../${APP}*.changes

debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mv ../PyBitmessage ../${APP}-${VERSION}
2323
make source
2424

2525
# Build the package
26-
dpkg-buildpackage -A
26+
dpkg-buildpackage -A || exit 1
2727

2828
# change the directory name back
2929
mv ../${APP}-${VERSION} ../PyBitmessage

0 commit comments

Comments
 (0)