summaryrefslogblamecommitdiffstats
path: root/source/l/libgpod/doinst.sh
blob: 72709ca22caac3b1296c90525cd923c6ca5c23b5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
# Ensure sane /tmp permissions which may have been set incorrectly due
# to a packaging problem caused by a DESTDIR bug in libgpod-0.8.0.
# Eventually, it will be safe to remove this, but the package contained
# a wrong permissions /tmp for less than a day, only in -current.

if grep -wq tmp/ var/log/packages/libgpod-* ; then
  chmod 1777 tmp
fi