diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-18 15:05:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-18 15:05:43 +0100 |
commit | 2a15d3c03965ea68e69c48fffef541648bd7b078 (patch) | |
tree | 2b45e184335821cfef386d49cf4c936e5cd8b6ba /debian/rules | |
parent | 7340464969d00774a0e5d290e263dbae85b8a988 (diff) | |
download | ayatana-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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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 |