diff --git a/eos-update-notifier/man/checkupdatesext/checkupdatesext.md b/eos-update-notifier/man/checkupdatesext/checkupdatesext.md deleted file mode 100644 index bca62df6..00000000 --- a/eos-update-notifier/man/checkupdatesext/checkupdatesext.md +++ /dev/null @@ -1,17 +0,0 @@ -# checkupdatesext - -A`checkupdates` wrapper. Instead shows the updates with columnized layout and a header. - -![](checkupdatesext.png) - -## Synopsis - -``` -checkupdatesext -``` -## Returns -The same as `checkupdates`. - -## See also - -[checkupdates](https://man.archlinux.org/man/checkupdates.8) diff --git a/eos-update-notifier/man/checkupdatesext/checkupdatesext.png b/eos-update-notifier/man/checkupdatesext/checkupdatesext.png deleted file mode 100644 index 171fc35c..00000000 Binary files a/eos-update-notifier/man/checkupdatesext/checkupdatesext.png and /dev/null differ diff --git a/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.md b/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.md deleted file mode 100644 index 739a5684..00000000 --- a/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.md +++ /dev/null @@ -1,21 +0,0 @@ -# eos-update-notifier-configure - -Manages and configures certain features of `eos-update-notifier` with a small GUI. - -![](eos-update-notifier-configure.png) - -## Synopsis -``` -eos-update-notifier-configure -``` -## Tips -Variable `EOS_SUDO_EDITORS` in configuration file -``` -/etc/eos-script-lib-yad.conf -``` -determines which editor will be used when editing the configuration file -``` -/etc/eos-update-notifier.conf -``` -after clicking the **Edit config** button above.
-Note that environment variables `SUDO_EDITOR`, `VISUAL`, or `EDITOR` can be used if `EOS_SUDO_EDITORS` is not set. diff --git a/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.png b/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.png deleted file mode 100644 index 936ae608..00000000 Binary files a/eos-update-notifier/man/eos-update-notifier-configure/eos-update-notifier-configure.png and /dev/null differ diff --git a/eos-update-notifier/man/eos-update-notifier/eos-update-notifier.md b/eos-update-notifier/man/eos-update-notifier/eos-update-notifier.md deleted file mode 100644 index 4bf9fd64..00000000 --- a/eos-update-notifier/man/eos-update-notifier/eos-update-notifier.md +++ /dev/null @@ -1,30 +0,0 @@ -# eos-update-notifier - -Checks the availability of package updates (EndeavourOS, Arch, and AUR), and offers to perform the actual update. - -## Synopsis -``` -eos-update-notifier [options] -``` -## Options -``` --init Initialize the eos-update-notifier systemd service for - the current user. --init-force Same as -init, but may overwrite existing user service files. --conf Configure the schedule of checking for the updates. --show-timer Show the status of the systemd timer. --iw=X Initial sleep time. Value syntax from 'sleep' program. - Default: 5s. --nw=X Max time (seconds) to show the "No updates available" window. - Default: 10. --q Be quieter with dialogs. ---changelog Show the changelog of this package. -``` - -## Tips - -Configuration file: `/etc/eos-update-notifier.conf`. - -## See also - -[eos-update-notifier-configure](/etc/eos-apps-info/pageinfo/eos-update-notifier-configure/eos-update-notifier-configure.html)