summaryrefslogtreecommitdiff
path: root/debian/postinst
blob: 672dae84968161a716e8b210c15274e200f4281b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# postinst script for rhdropbox

set -e

if [ -x "/etc/init.d/rhdropbox" ]; then
  update-rc.d rhdropbox defaults >/dev/null
fi