python-software-properties still needed for older ubuntu versions
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
aee97cffd6
commit
7a0b3cd7b7
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@
|
|||
name="$__object_id"
|
||||
|
||||
__package software-properties-common
|
||||
__package python-software-properties
|
||||
|
||||
require="__package/software-properties-common" \
|
||||
require="__package/software-properties-common __package/python-software-properties" \
|
||||
__file /usr/local/bin/remove-apt-repository \
|
||||
--source "$__type/files/remove-apt-repository" \
|
||||
--mode 0755
|
||||
|
|
Loading…
Reference in a new issue