diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index a280f04..fae2452 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,8 @@ override_dh_auto_clean: dh_auto_clean rm -Rfv data/usr/share/locale - rm -fv odio.egg-info/PKG-INFO - rm -fv odio.egg-info/SOURCES.txt - rm -fv odio.egg-info/dependency_links.txt - rm -fv odio.egg-info/requires.txt - rm -fv odio.egg-info/top_level.txt + rm -fv ayatana-settings.egg-info/PKG-INFO + rm -fv ayatana-settings.egg-info/SOURCES.txt + rm -fv ayatana-settings.egg-info/dependency_links.txt + rm -fv ayatana-settings.egg-info/requires.txt + rm -fv ayatana-settings.egg-info/top_level.txt |