diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-27 19:07:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-27 19:07:00 (EDT) |
commit | 0f49f0927c0987ded5474589926fe7bda1a4b2db (patch) | |
tree | bccd3c4ecdc44fb0364055aed4e10ed450369c8d | |
parent | ada25d70b27224f02d27b977e9dc3c636d1c1692 (diff) |
Remove opkg-related maintainer scripts.
Why were these here?!
-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 |