diff options
Diffstat (limited to 'system/testdisk/doinst.sh')
-rw-r--r-- | system/testdisk/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/testdisk/doinst.sh b/system/testdisk/doinst.sh index d8b0d0d87bbbc..65c7e2eeb9aa5 100644 --- a/system/testdisk/doinst.sh +++ b/system/testdisk/doinst.sh @@ -1,4 +1,3 @@ - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi @@ -8,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi - |