Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/sysui/desktop/debian/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 790 B image not shown  

Quelle  postrm   Sprache: C

 
#!/bin/sh
# run always - both when upgrading as well as when erasing the package.
# Make sure this works when converted to .deb using alien.
if [ "$1" != "purge" ]; then
  if [ -x /usr/bin/update-mime-database ]; then
    update-mime-database /usr/share/mime
  fi
  if [ -x /usr/bin/update-desktop-database ]; then
    update-desktop-database -q /usr/share/applications
  fi
  if [ -x /usr/bin/update-menus ]; then
    update-menus
  fi
  if [ -e /usr/share/icons/hicolor/icon-theme.cache ] ; then
    # touch it, just in case we cannot find the binary...
    touch /usr/share/icons/hicolor
    if command -v gtk-update-icon-cache; then
      gtk-update-icon-cache /usr/share/icons/hicolor
    fi
    # ignore errors (e.g. when there is a cache, but no index.theme)
    true
  fi
fi
exit 0

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.