diff options
-rwxr-xr-x | fakeroot.pkg/postinst | 3 | ||||
-rwxr-xr-x | fakeroot.pkg/prerm | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fakeroot.pkg/postinst b/fakeroot.pkg/postinst deleted file mode 100755 index c4baf40..0000000 --- a/fakeroot.pkg/postinst +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -ln -s opkg-cl /usr/bin/opkg diff --git a/fakeroot.pkg/prerm b/fakeroot.pkg/prerm deleted file mode 100755 index 91527fa..0000000 --- a/fakeroot.pkg/prerm +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -rm /usr/bin/opkg |