File: rox-filer.postinst

package info (click to toggle)
rox 2.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,788 kB
  • ctags: 3,420
  • sloc: ansic: 40,903; xml: 9,665; sh: 366; makefile: 132; perl: 30; python: 29
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ "$1" = "configure" ]; then
	if [ -x /usr/bin/update-mime-database ]; then
		update-mime-database /usr/share/mime/ ;
	fi
fi

#DEBHELPER#