diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/weather/doinst.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/misc/weather/doinst.sh b/misc/weather/doinst.sh index 04a38d474446..daa63450b0a5 100644 --- a/misc/weather/doinst.sh +++ b/misc/weather/doinst.sh @@ -19,15 +19,6 @@ elif [ ! -e usr/bin/weather.expect -a -e usr/bin/weather ]; then # the existing /usr/bin/weather, which is assumed to come from the # stock expect package cp -a usr/bin/weather usr/bin/weather.expect -fi - -config etc/weatherrc.new - -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi +config etc/weatherrc.new |