Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
owncloud-client211
> debian.libowncloudsync0.postinst
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File debian.libowncloudsync0.postinst of Package owncloud-client211
#!/bin/sh set -e # # emulate apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall # Try to harvest any captured config files captured in preinst. conf=/etc/ownCloud/sync-exclude.lst if [ ! -s $conf -a -s $conf.dpkg-new ]; then rm -f $conf echo "$0: Installing new config file $conf" mv $conf.dpkg-new $conf || true fi #DEBHELPER# exit 0