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.
10 lines
352 B
10 lines
352 B
24 years ago
|
#!/bin/sh -e
|
||
|
# Automatically added by dh_installmenu
|
||
|
if test -x /usr/bin/update-menus ; then update-menus ; fi
|
||
|
# End automatically added section
|
||
|
# Automatically added by dh_suidregister
|
||
|
if command -v suidunregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
|
||
|
suidunregister -s eterm /usr/X11R6/bin/Eterm
|
||
|
fi
|
||
|
# End automatically added section
|