[go: up one dir, main page]

File: tork.postrm

package info (click to toggle)
tork 0.33-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,996 kB
  • ctags: 2,383
  • sloc: cpp: 22,347; ansic: 16,151; sh: 15,564; perl: 2,831; makefile: 272
file content (9 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -e

if [ -x /usr/bin/update-menus ] ; then update-menus ; fi

#DEBHELPER#

exit 0