aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorwattazoum <wattazoum@svn>2009-11-29 09:57:34 +0000
committerwattazoum <wattazoum@svn>2009-11-29 09:57:34 +0000
commit3b4a76754cce4c7bd82f1bc018583b735423917f (patch)
tree27a7c012d78830e60a4bc5ac7937910a0ce37da8 /tools/Linux
parent7f81e652b137d7f8bf5788e3bf5e02490dd8dc35 (diff)
[packaging] add debhelper token to xbmc-live scripts
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25113 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rwxr-xr-xtools/Linux/packaging/debian/xbmc-live.postinst9
-rwxr-xr-xtools/Linux/packaging/debian/xbmc-live.postrm8
2 files changed, 17 insertions, 0 deletions
diff --git a/tools/Linux/packaging/debian/xbmc-live.postinst b/tools/Linux/packaging/debian/xbmc-live.postinst
index ef4e06bc19..ff645b04ee 100755
--- a/tools/Linux/packaging/debian/xbmc-live.postinst
+++ b/tools/Linux/packaging/debian/xbmc-live.postinst
@@ -1,4 +1,7 @@
#!/bin/sh
+# postinst script for xbmc-live
+#
+# see: dh_installdeb(1)
set -e
@@ -146,4 +149,10 @@ else
fi
fi
fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
exit 0
diff --git a/tools/Linux/packaging/debian/xbmc-live.postrm b/tools/Linux/packaging/debian/xbmc-live.postrm
index 209173aefc..f526e0b8fc 100755
--- a/tools/Linux/packaging/debian/xbmc-live.postrm
+++ b/tools/Linux/packaging/debian/xbmc-live.postrm
@@ -1,4 +1,7 @@
#!/bin/sh
+# postrm script for xbmc-live
+#
+# see: dh_installdeb(1)
set -e
if [ "$1" = "purge" ]
@@ -72,5 +75,10 @@ fi
update-rc.d -f xbmc-live remove >/dev/null
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
exit 0