소스 검색

didnt realize layout folder was missing

Kevin Bradley 7 년 전
부모
커밋
2f8a522c31
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      layout/DEBIAN/control
  2. 3 0
      layout/DEBIAN/postinst

+ 10 - 0
layout/DEBIAN/control

@@ -0,0 +1,10 @@
+Package: com.nito.uicache
+Name: uicache
+Pre-Depends: cy+model.appletv
+Depends:
+Version: 0.0.2
+Architecture: appletvos-arm64
+Description: Respring and reload any applications added to /Applications
+Maintainer: Kevin Bradley
+Author: Kevin Bradley
+Section: Library

+ 3 - 0
layout/DEBIAN/postinst

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo 'finish:restart'