diff options
Diffstat (limited to 'business/lemonpos/doinst.sh')
-rw-r--r-- | business/lemonpos/doinst.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/business/lemonpos/doinst.sh b/business/lemonpos/doinst.sh deleted file mode 100644 index 4a25de5e6fbd..000000000000 --- a/business/lemonpos/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - |