Skip to content

Commit 90d1b08

Browse files
authored
Remove unused installation_hooks property (archlinux#4118)
1 parent 20460e1 commit 90d1b08

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

archinstall/lib/models/device.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -823,14 +823,6 @@ def installation_pkg(self) -> str | None:
823823
case _:
824824
return None
825825

826-
@property
827-
def installation_hooks(self) -> str | None:
828-
match self:
829-
case FilesystemType.Btrfs:
830-
return 'btrfs'
831-
case _:
832-
return None
833-
834826

835827
class ModificationStatus(Enum):
836828
Exist = 'existing'

0 commit comments

Comments
 (0)