Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
owncloud-client211
> debian.libowncloudsync0.preinst
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File debian.libowncloudsync0.preinst of Package owncloud-client211
#!/bin/sh set -e # # emulate apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall # Try to capture the new config file as it whisses by, to be picked up by postinst conf=/etc/ownCloud/sync-exclude.lst if [ ! -s $conf ]; then mkdir -p /etc/ownCloud ln -s none $conf.dpkg-tmp ln -s none $conf.dpkg-new fi #DEBHELPER# exit 0