diff options
author | Erik W. Hanson <erik@slackbuilds.org> | 2010-03-22 16:51:17 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:28:07 +0200 |
commit | 897fbe6de13a625551925a825a604d9deab0412a (patch) | |
tree | dbf21037cef16c21f09f0c2dcacb1f07e72e44b0 /libraries/libimobiledevice/doinst.sh | |
parent | 5c69fb3d1e0e6fd86b6dd6a87ffd2dbcf36c03b0 (diff) |
libraries/libimobiledevice: Added. Renamed from libiphone.
Diffstat (limited to 'libraries/libimobiledevice/doinst.sh')
-rw-r--r-- | libraries/libimobiledevice/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libimobiledevice/doinst.sh b/libraries/libimobiledevice/doinst.sh new file mode 100644 index 0000000000000..d2a98714a64d2 --- /dev/null +++ b/libraries/libimobiledevice/doinst.sh @@ -0,0 +1,4 @@ +# remove existing fdi cache to recognize newly installed fdi files +# and restart hal to regenerate the cache +rm -f var/cache/hald/fdi-cache +chroot . /etc/rc.d/rc.hald restart |