File: prerm

package info (click to toggle)
ibus-braille 0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 1,222; makefile: 268; sh: 32
file content (8 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#! /bin/sh
if [ -x "`which update-menus 2>/dev/null`" ]; then
sudo update-menus
fi

if [ -x "`which update-desktop-database 2>/dev/null`" ]; then
sudo update-desktop-database
fi