diff options
| author | Samuele Pedroni <pedronis@lucediurna.net> | 2016-06-16 14:04:37 +0200 |
|---|---|---|
| committer | Samuele Pedroni <pedronis@lucediurna.net> | 2016-07-16 14:29:26 +0200 |
| commit | 7565a0fa80db3e8d279a7014a5b5f4c2d5a790a4 (patch) | |
| tree | bd5afcc0b5c408d40a45b88b9f83ca1fb47b6919 /debian/rules | |
| parent | 85134bc0818f499f6fb7230c33750aacad6ae2de (diff) | |
remove snap-assert while it's in wip, we haven't decided how to ship it
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 771e414d9d..0cf0c39a69 100755 --- a/debian/rules +++ b/debian/rules @@ -85,8 +85,8 @@ override_dh_auto_install: snap.8 rm -rf ${CURDIR}/debian/tmp/usr/bin/xgettext-go # Making the packages private rm -rf ${CURDIR}/debian/snapd/usr/share/gocode - # toolbelt is not shippable - rm -f ${CURDIR}/debian/tmp/usr/bin/toolbelt + # snap-assert is WIP + rm -f ${CURDIR}/debian/tmp/usr/bin/snap-assert # we do not like /usr/bin/snappy anymore rm -f ${CURDIR}/debian/tmp/usr/bin/snappy |
