diff options
Diffstat (limited to 'desktop/spectrwm/doinst.sh')
-rw-r--r-- | desktop/spectrwm/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/spectrwm/doinst.sh b/desktop/spectrwm/doinst.sh index 5fb28930db..365e691611 100644 --- a/desktop/spectrwm/doinst.sh +++ b/desktop/spectrwm/doinst.sh @@ -1,3 +1,5 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + +[ -x /sbin/ldconfig ] && /sbin/ldconfig 2>/dev/null |