diff options
Diffstat (limited to 'debian')
-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 |