bug 516185. remove maemo-select-menu-location call in post install debian rules. r=stuart

This commit is contained in:
Brad Lassey 2009-09-22 18:02:35 -04:00
Родитель bf92bef041
Коммит 599c291a44
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -17,10 +17,6 @@ case "$1" in
# select where to install fennec menu
if [ "$2" == "" ]; then
if [ ! -f /targets/links/scratchbox.config ]; then
maemo-select-menu-location fennec.desktop tana_fi_web
fi
if [ -x /usr/bin/update-desktop-database ]; then
update-desktop-database /usr/share/applications
fi