You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call update-desktop-database to refresh Oxide's application cache on install (#700)
* Update oxide to v2.6
* Style fixes
* Add missing pkgnames
* Update image paths
* Fix liboxide path
* Don't check to see if tarnish is active
update-desktop-database safely handles tarnish not running.
* update-desktop-database for all applicaitons
* Update build image for plato
* Re-trigger CI
Most likely a one-off error: Timeout when connecting to github
* Update to latest image for zoneinfo-utils
* Add libc6 build dependency to zoneinfo-utils
* Revert all changes to zoneinfo-utils
* Update all packages to use install-lib method
* Fix formatting
* Also run oxide hook for draft apps
* Remove manual reload-oxide-apps calls
* Bump all other packages that have draft/oxide files
* Format fixes
* Add back missing documentation change
* Don't update whiteboard-hypercard
This package is failing to build
* Revert folly version
* Bump whiteboard-hypercard now that the build is fixed
* Bump xochitl version number
* Use github for KOReader release
---------
Co-authored-by: Linus <linus@cosmos-ink.net>
Co-authored-by: Jayy001 <56607897+Jayy001@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/package.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,3 +440,12 @@ When upgrading a package from version A to B, the following happens:
440
440
*`postupgrade B`, if it exists, is called from version A
441
441
* New package files are unpacked and installed
442
442
*`configure`, if it exists, is called from version B
443
+
444
+
445
+
### reload-oxide-apps hook
446
+
447
+
If a package contains one or more files in `/opt/etc/draft` or `/opt/usr/share/applications` the `reload-oxide-apps` method in `install-lib` will be appended to the following:
0 commit comments