diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2022-08-16 00:31:57 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 09:14:21 +0700 |
commit | 1153fb25e3b697c0f148e1cf1bcc2b0dd9b6a8d9 (patch) | |
tree | 167bb5ebb0b07ff27a06dfa183289b086dfd00ac /system/testdisk/doinst.sh | |
parent | 5adc25164241f7313600699fc5702d9ee34fd9a1 (diff) |
system/testdisk: Updated for version 7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 - |