aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-18 15:05:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-18 15:05:43 +0100
commit2a15d3c03965ea68e69c48fffef541648bd7b078 (patch)
tree2b45e184335821cfef386d49cf4c936e5cd8b6ba
parent7340464969d00774a0e5d290e263dbae85b8a988 (diff)
downloadayatana-indicator-notifications-2a15d3c03965ea68e69c48fffef541648bd7b078.tar.gz
ayatana-indicator-notifications-2a15d3c03965ea68e69c48fffef541648bd7b078.tar.bz2
ayatana-indicator-notifications-2a15d3c03965ea68e69c48fffef541648bd7b078.zip
debian/rules: Make sure config.guess and config.sub are removed during clean, as well.
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6501d4a..ce488d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,3 +28,5 @@ override_dh_auto_clean:
if [ -e po/ayatana-indicator-notifications.pot.bak ]; then \
mv -f po/ayatana-indicator-notifications.pot.bak po/ayatana-indicator-notifications.pot; \
fi
+ rm -f config.guess
+ rm -f config.sub