diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-04-30 18:11:26 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:08 +0100 |
| commit | 20754689712731d207c14a6aaad05a79fa506f97 (patch) | |
| tree | 1fc542a273303ee6eea5848ce5ecf2eee4415582 /scripts | |
| parent | 83c4dbca6f11dca5dfb01b6c139d0b372f2a1fd3 (diff) | |
| download | live-boot-20754689712731d207c14a6aaad05a79fa506f97.tar.gz live-boot-20754689712731d207c14a6aaad05a79fa506f97.zip | |
Merging casper 1.184.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/31disable_update_notifier | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/31disable_update_notifier b/scripts/live-bottom/31disable_update_notifier index e363049..0edf189 100755 --- a/scripts/live-bottom/31disable_update_notifier +++ b/scripts/live-bottom/31disable_update_notifier @@ -39,7 +39,7 @@ chroot /root dpkg-divert --add --rename --quiet \ if [ -e /root/usr/lib/update-notifier/apt-check ] then - ln -s /bin/true /root/usr/lib/update-notifier/apt-check + ln -sf /bin/true /root/usr/lib/update-notifier/apt-check fi # For KDE, adept_notifier's only useful function at the moment is an |
