File: postinst

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 (10 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
sudo ldconfig
sudo chmod -R 777 /usr/share/ibus-braille/braille/
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