File: postinst

package info (click to toggle)
ledcontrol 0.5.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 796 kB
  • ctags: 259
  • sloc: ansic: 3,264; sh: 848; makefile: 180; perl: 49
file content (11 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

#DEBHELPER#

# If it exists, remove old init script
if [ -f /etc/init.d/ledcontrol ]; then
  rm -f /etc/init.d/ledcontrol
fi

# Make sure no symlinks to the old init script exist
/usr/sbin/update-rc.d -f ledcontrol remove