summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100755
index 672dae8..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# postinst script for rhdropbox
-
-set -e
-
-if [ -x "/etc/init.d/rhdropbox" ]; then
- update-rc.d rhdropbox defaults >/dev/null
-fi
-
-