File: amazon-ec2-utils.preinst

package info (click to toggle)
amazon-ec2-utils 1.3%2Bgit20200518-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: sh: 207; python: 130; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

dpkg-divert --package amazon-ec2-utils --add --rename \
	    --divert /lib/udev/rules.d/60-cdrom_id.rules.disabled \
	    /lib/udev/rules.d/60-cdrom_id.rules

#DEBHELPER#