diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,10 @@ # Ayatana Indicator DateTime +## INSTALLATION + +When using the -datetime Ayatana Indicator, make sure that the -datetime +Ubuntu Indicator (package name: indicator-datetime) is not installed. + ## ACTIONS * **desktop.open-settings-app**<br /> diff --git a/debian/control b/debian/control index d2a27e5..d63c4d1 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,8 @@ Depends: ${shlibs:Depends}, Recommends: indicator-applet | mate-indicator-applet | xfce4-indicator-plugin | indicator-renderer, evolution-data-server, geoclue-provider, +Breaks: indicator-datetime, +Replaces: indicator-datetime, Description: Ayatana Indicator providing clock and calendar This Ayatana Indicator provides a combined calendar, clock, alarm and event management tool. |