You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
248 B
24 lines
248 B
13 years ago
|
#!/bin/sh -e
|
||
|
|
||
|
FILE="/etc/xdg/menus/applications.menu"
|
||
|
MD5SUM332="3750f06e08cfd048952f4cd82b97652c"
|
||
|
MD5SUM340="ea26be9e934fb23c04b0b1409706bace"
|
||
|
|
||
|
case "$1" in
|
||
|
|
||
|
upgrade|install)
|
||
|
ldconfig
|
||
|
;;
|
||
|
|
||
|
abort-upgrade)
|
||
|
;;
|
||
|
|
||
|
*)
|
||
|
;;
|
||
|
|
||
|
esac
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|