diff options
Diffstat (limited to 'source/xap/gqview/doinst.sh')
-rw-r--r-- | source/xap/gqview/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/xap/gqview/doinst.sh b/source/xap/gqview/doinst.sh deleted file mode 100644 index 31da2264..00000000 --- a/source/xap/gqview/doinst.sh +++ /dev/null @@ -1,7 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 -fi -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f -t usr/share/icons/hicolor > /dev/null 2>&1 -fi - |